var smartredfox = new Object(); //Where do you want the link to go to smartredfox.link_url = escape('http://runnadm.com/images/AAtentflyer.jpg'); //What folder are all of the files in smartredfox.container = 'peel/'; //What images do you want to show smartredfox.small_image = 'AAtentteasr_s.jpg'; smartredfox.big_image = 'AAtentteasr.jpg'; //Leave all the rest alone smartredfox.small_path = 'small.swf'; smartredfox.big_path = 'large.swf'; smartredfox.small_params = escape(smartredfox.container) + smartredfox.small_path + '?ico=' + escape(smartredfox.container) + smartredfox.small_image; smartredfox.big_params = escape(smartredfox.container) + smartredfox.big_path + '?big=' + escape(smartredfox.container) + smartredfox.big_image + '&ad_url=' + smartredfox.link_url; function sizeup987(){$('#jcornerBig').css('top','0px');$('#jcornerSmall').css('top','-1000px');} function sizedown987(){$('#jcornerSmall').css('top','0px');$('#jcornerBig').css('top','-1000px');} $(document).ready(function(){$('body').prepend('
'); $('body').prepend(''); setTimeout("$('#jcornerBig').css('top','-1000px');",1000);});