var smartredfox = new Object();

//Where do you want the link to go to
smartredfox.link_url = escape('http://www.leroccettesanleonardo.it/listino-residence.php');

//What folder are all of the files in
smartredfox.container = '';

//What images do you want to show
smartredfox.small_image = 'http://www.leroccettesanleonardo.it/pagepeel/small.jpg';
smartredfox.big_image = 'http://www.leroccettesanleonardo.it/pagepeel/large.jpg';

//Leave all the rest alone
smartredfox.small_path = 'http://www.leroccettesanleonardo.it/pagepeel/small.swf';
smartredfox.big_path = 'http://www.leroccettesanleonardo.it/pagepeel/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','13px');$('#jcornerSmall').css('top','-1000px');}
function sizedown987(){$('#jcornerSmall').css('top','10px');$('#jcornerBig').css('top','-1000px');}
$(document).ready(function(){$('body').prepend('<div id="jcornerBig" style="position:absolute;width:491px;height:491px;z-index:10;left:50%;top:13px;"><object type="application/x-shockwave-flash" data="'+ smartredfox.big_params +'" id="jcornerBigObject" width="491" height="491"><param name="allowScriptAccess" value="always"/><param name="movie" value="'+ smartredfox.big_params +'"/><param name="FlashVars" value="'+ smartredfox.big_params +'"/><param name="wmode" value="transparent"/></object></div>');
$('body').prepend('<div id="jcornerSmall" style="position:absolute;width:496px;height:600px;z-index:10;left:50%;top:10px;"><table style="width:496px;"><tr><td  style="width:396px;"></td><td><object type="application/x-shockwave-flash" data="'+ smartredfox.small_params +'" id="jcornerSmallObject" width="100" height="100"><param name="FlashVars" value="?ico='+ smartredfox.small_params +'"/><param name="allowScriptAccess" value="always"/><param name="movie" value="'+ smartredfox.small_params +'"/><param name="wmode" value="transparent" /></object></td></table></div>');
setTimeout("$('#jcornerBig').css('top','-1000px');",1000);});
