var esel = new Object(); esel.ad_url = escape('http://www.howardspub.com/'); // add your domain esel.small_path = 'http://www.ocracokeguide.com/swf/small.swf'; // --------- change to url to file esel.small_image = escape('http://www.ocracokeguide.com/uploads/pp_images_small/howardspub_small.jpg'); // --------- change to url to file esel.small_width = '100'; esel.small_height = '100'; esel.small_params = 'ico=' + esel.small_image; esel.big_path = 'http://www.ocracokeguide.com/swf/big.swf'; // --------- change to url to file esel.big_image = escape('http://www.ocracokeguide.com/uploads/pp_images/howardspub_big.jpg'); // --------- change to url to file 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(' '); //embed document.write(''); document.write('
'); setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000); } esel.putObjects();