var links = new Array(); var big_images = new Array(); big_images[1] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5.jpg'; big_images[2] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5.jpg'; big_images[3] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5.jpg'; big_images[4] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5.jpg'; big_images[5] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5.jpg'; var small_images = new Array(); small_images[1] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5_small.jpg'; small_images[2] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5_small.jpg'; small_images[3] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5_small.jpg'; small_images[4] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5_small.jpg'; small_images[5] = 'http://www.sculptingstudio.com/adpeelers/images/giveme5_small.jpg'; var numLinks = 0; var randomKey = Math.floor(Math.random()*(numLinks + 1)); var adpeelers = new Object(); adpeelers.ad_url = links[randomKey]; adpeelers.small_path = 'http://www.adpeelers.com/adpeelers/small.swf'; // Path where you placed the small.swf adpeelers.small_image = small_images[randomKey]; adpeelers.small_width = '100'; adpeelers.small_height = '100'; adpeelers.small_params = 'ico=' + adpeelers.small_image; adpeelers.big_path = 'http://www.adpeelers.com/adpeelers/big.swf'; // Path where you placed the big.swf adpeelers.big_image = big_images[randomKey]; adpeelers.big_width = '650'; adpeelers.big_height = '650'; adpeelers.big_params = 'big=' + adpeelers.big_image + '&ad_url=' + adpeelers.ad_url; function sizeup987(){ document.getElementById('PagePeelBig').style.top = '0px'; document.getElementById('PagePeelSmall').style.top = '-1000px'; } function sizedown987(){ document.getElementById("PagePeelSmall").style.top = "0px"; document.getElementById("PagePeelBig").style.top = "-1000px"; } adpeelers.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("PagePeelBig").style.top = "-1000px";',1000); } adpeelers.putObjects();