image_small = new Array(); image_small[0] = 'http://www.peeladsoftware.com/paspeel/uploaded_images/passmallmall.jpg'; image_big = new Array(); image_big[0] = 'http://www.peeladsoftware.com/paspeel/uploaded_images/paslarge.png'; GoTo = new Array(); GoTo[0] ='/paspeel/peel-ad.php?peel_id=1'; var anzahl = 1; var nr = Math.round((anzahl -1) * Math.random()); var Link = GoTo[nr]; var Image1 = image_small[nr]; var Image2 = image_big[nr]; var esel = new Object(); esel.ad_url = escape(Link); esel.small_path = '/paspeel/peel_sm.swf'; //Type in the Url to esel_s.swf esel.small_image = escape(Image1); esel.small_width = '100'; esel.small_height = '100'; esel.small_params = 'ico=' + esel.small_image; esel.big_path = '/paspeel/peel_bg.swf'; //Type in the Url to esel_b.swf esel.big_image = escape(Image2); 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('
'); // object document.write(''); // object params document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); // embed document.write(''); document.write('
'); document.write(''); //
// document.write('
'); // object document.write(''); // object params document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); // embed document.write(''); document.write('
'); //
setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000); } esel.putObjects();