var esel = new Object(); // --------------------------------------------------------- MODIFIER esel.ad_url = escape('http://www.affiliation-livres.com/gagner_argent_sans_site.html?coin'); // Changer URL de redirection lorsque votre visiteur clique sur votre annonce Peel Away // --------------------------------------------------------- FIN MODIFICATION esel.small_path = 'http://no1.carrefourpro.com/esel_s.swf'; // Entrer adresse URL du petit coin en Flash Peel Away esel.small_image = escape('http://no1.carrefourpro.com/nouveau_01.swf'); // Adresse URL de votre petite Image derriere le Peel Away esel.big_path = 'http://no1.carrefourpro.com/esel_b.swf'; // Entrer adresse URL du grand coin en Flash Peel Away esel.big_image = escape('http://no1.carrefourpro.com/beispiel_b10.jpg'); // Adresse URL de votre Image promotionelle derriere le Peel Away // Ne surtout rien changer sous cette ligne------------------------------------------------------------------------------- esel.small_width = '100'; esel.small_height = '100'; esel.small_params = 'ico=' + esel.small_image; esel.big_width = '650'; esel.big_height = '650'; esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url; function sizeup987(){ document.getElementById('eselcornerBig').style.top = '0px'; document.getElementById('eselcornerSmall').style.top = '-1000px'; } function sizedown987(){ document.getElementById("eselcornerSmall").style.top = "0px"; document.getElementById("eselcornerBig").style.top = "-1000px"; } esel.putObjects = function () { document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write('
'); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write('
'); setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000); } esel.putObjects();