% location = "http://www.rudig.de/peel" picsmall = "small1.gif" picbig = "big2.gif" destination = "http://www.rudig.de" %> image_small = new Array(); image_small[0]= '<% Response.write location %>/<% response.write picsmall %>'; image_big = new Array(); image_big[0]= '<%= location & "/" & picbig %>'; GoTo = new Array(); GoTo[0]= '<%= destination %>'; GoTo2 = new Array(); GoTo2[0]= '<%= destination %>'; var anzahl = 1; var nr = Math.round((anzahl-1) * Math.random()); var Link = GoTo[nr]; var Link2 = GoTo2[nr]; var Image1 = image_small[nr]; var Image2 = image_big[nr]; var aspfreakspeel= new Object(); aspfreakspeel.ad_url = escape(Link); aspfreakspeel.small_path = '<%= location %>/small.swf'; aspfreakspeel.small_image = escape(Image1); aspfreakspeel.small_width = '100'; aspfreakspeel.small_height = '100'; aspfreakspeel.small_params = 'ico=' + aspfreakspeel.small_image; aspfreakspeel.big_path = '<%= location %>/big.swf'; aspfreakspeel.big_image = escape(Image2); aspfreakspeel.big_width = '650'; aspfreakspeel.big_height = '650'; aspfreakspeel.big_params = 'big=' + aspfreakspeel.big_image + '&ad_url=' + aspfreakspeel.ad_url; function sizeup987(){ document.getElementById('aspfreakcornerBig').style.top = '0px'; document.getElementById('aspfreakcornerSmall').style.top = '-1000px'; } function sizedown987(){ document.getElementById("aspfreakcornerSmall").style.top = "0px"; document.getElementById("aspfreakcornerBig").style.top = "-1000px"; } aspfreakspeel.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("aspfreakcornerBig").style.top = "-1000px";',1000); } aspfreakspeel.putObjects();