/* Das Copyright dieses Scriptes liegt beim Autor. Bitte die Lizenzbedingungen beachten, und ausgefllt zurcksenden. */ //var g_SITEURL = "http://www.web105.com/misc/connectedwomen"; var g_SITEURL = "http://"; var esel = new Object(); // --------------------------------------------------------- MODIFFY //esel.ad_url = escape('http://www.apple.com/itunes/'); // Change URL to be redirected to when clicking Peel Away Ad esel.ad_url = escape(g_SITEURL + ''); // --------------------------------------------------------- END MODIFY esel.small_path = g_SITEURL + '/DesktopModules/Web105AdPeel/cornersmall.swf'; // Enter the URL of the Peel Away Corner Flash esel.small_image = escape(g_SITEURL + '/DesktopModules/Web105AdPeel/images/small.gif'); // URL of the Image behind the Peel esel.big_path = g_SITEURL + '/DesktopModules/Web105AdPeel/cornerbig.swf'; // Enter the URL of the Large Peel Away Corner esel.big_image = escape(g_SITEURL + ''); // URL of the Big Image Behind the Peel // Do not Change anything under this line----------------------------------------------------------------------------------------- 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();