var adprice_id; if (adprice_id==undefined) { adprice_id = 'doic'; }
var adprice_country; if (adprice_country==undefined) { adprice_country = 'fr'; }
var adprice_keywords; if (adprice_keywords==undefined && adprice_category==undefined) { adprice_keywords = 'ipod'; } else if (adprice_keywords==undefined) { adprice_keywords = ''; }
var adprice_category; if (adprice_category==undefined) { adprice_category = ''; }
var adprice_width; if (adprice_width==undefined) { adprice_width = 468; }
var adprice_height; if (adprice_height==undefined) { adprice_height = 60; }
var adprice_format; if (adprice_format==undefined) { adprice_format = '468x60'; }
var adprice_items; if (adprice_items==undefined) { adprice_items = 10; }

var adresse = 'http://adprice.doicdemaleprade.com/frame.php?q='+adprice_keywords
+'&l='+adprice_items
+'&t='+adprice_country
+'&c='+adprice_category
+'&f='+adprice_format
+'&i='+adprice_id
+'&r='+escape(document.referrer)
+'&p='+escape(document.URL);

document.write('<iframe src="'+adresse+'" width="'+adprice_width+'" height="'+adprice_height+'" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>');