var links = new Array(); links[0] = escape('?contact=with-spam-protection'); links[1] = escape('http://localhost/the-jackers/'); var big_images = new Array(); big_images[0] = 'wp-content/themes/ancablogger/pagepeelads/images/emp_big.jpg'; big_images[1] = 'wp-content/themes/ancablogger/pagepeelads/images/dev_big.jpg'; var small_images = new Array(); small_images[0] = 'wp-content/themes/ancablogger/pagepeelads/images/emp_small.jpg'; small_images[1] = 'wp-content/themes/ancablogger/pagepeelads/images/dev_small.jpg'; var numLinks = links.length; var randomKey = Math.floor(Math.random()*numLinks); var pagepeelads = new Object(); pagepeelads.ad_url = links[randomKey]; pagepeelads.small_path = 'wp-content/themes/ancablogger/pagepeelads/small.swf'; // Path where you placed the small.swf pagepeelads.small_image = small_images[randomKey]; pagepeelads.small_width = '100'; pagepeelads.small_height = '100'; pagepeelads.small_params = 'ico=' + pagepeelads.small_image; pagepeelads.big_path = 'wp-content/themes/ancablogger/pagepeelads/big.swf'; // Path where you placed the big.swf pagepeelads.big_image = big_images[randomKey]; pagepeelads.big_width = '650'; pagepeelads.big_height = '650'; pagepeelads.big_params = 'big=' + pagepeelads.big_image + '&ad_url=' + pagepeelads.ad_url; function sizeup987(){ document.getElementById('PagePeelBig').style.top = '10px'; document.getElementById('PagePeelSmall').style.top = '-1000px'; } function sizedown987(){ document.getElementById("PagePeelSmall").style.top = "10px"; document.getElementById("PagePeelBig").style.top = "-1000px"; } pagepeelads.putObjects = function () { document.write('