var ctw_curl = new Object();

//Page to link to.
ctw_curl.link_url = escape('http://www.government-mortgage-relief.com/states.php');

//Folder where files are located.
ctw_curl.container = '';

//Path to images.
ctw_curl.small_image = 'small.jpg';
ctw_curl.big_image = 'large.jpg';

// --------------- Do not edit below this line --------------- 
ctw_curl.small_path = 'small.swf';
ctw_curl.big_path = 'large.swf';

ctw_curl.small_params = escape(ctw_curl.container) + ctw_curl.small_path + '?ico=' + escape(ctw_curl.container) + ctw_curl.small_image;
ctw_curl.big_params = escape(ctw_curl.container) + ctw_curl.big_path + '?big=' + escape(ctw_curl.container) + ctw_curl.big_image + '&ad_url=' + ctw_curl.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('<div id="jcornerBig" style="position:absolute;width:650px;height:650px;z-index:9999;right:0px;top:0px;"><object type="application/x-shockwave-flash" data="'+ ctw_curl.big_params +'" id="jcornerBigObject" width="650" height="650"><param name="allowScriptAccess" value="always"/><param name="movie" value="'+ ctw_curl.big_params +'"/><param name="FlashVars" value="'+ ctw_curl.big_params +'"/><param name="wmode" value="transparent"/></object></div>');
$('body').prepend('<div id="jcornerSmall" style="position:absolute;width:100px;height:100px;z-index:9999;right:0px;top:0px;"><object type="application/x-shockwave-flash" data="'+ ctw_curl.small_params +'" id="jcornerSmallObject" width="100" height="100"><param name="FlashVars" value="?ico='+ ctw_curl.small_params +'"/><param name="allowScriptAccess" value="always"/><param name="movie" value="'+ ctw_curl.small_params +'"/><param name="wmode" value="transparent" /></object></div>');
setTimeout("$('#jcornerBig').css('top','-1000px');",1000);});