var jaaspeel = new Object();

jaaspeel.ad_url = escape('index.php?pg=lastminute');

jaaspeel.small_path = 'peel/small.swf';
jaaspeel.small_image = escape('peel/small6.jpg');
jaaspeel.small_width = '120';
jaaspeel.small_height = '120';
jaaspeel.small_params = 'ico=' + jaaspeel.small_image;

jaaspeel.big_path = 'peel/large.swf';
jaaspeel.big_image = escape('peel/large9.jpg');
jaaspeel.big_width = '650';
jaaspeel.big_height = '650';
jaaspeel.big_params = 'big=' + jaaspeel.big_image + '&ad_url=' + jaaspeel.ad_url;

function sizeup987(){
	document.getElementById('jcornerBig').style.top = '0px';
	document.getElementById('jcornerSmall').style.top = '-1200px';
}

function sizedown987(){
	document.getElementById("jcornerSmall").style.top = "0px";
	document.getElementById("jcornerBig").style.top = "-1200px";
}

jaaspeel.putObjects = function () {
// <jcornerSmall>
document.write('<body>');
document.write('<div id="jcornerSmall" style="position:absolute;width:120px;height:120px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write('id="jcornerSmallObject" width="120" height="120">');
document.write('<param name="allowScriptAccess" value="always"/> ');
document.write('<param name="movie" value="peel/small.swf?ico=peel/small6.jpg"/>');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="quality" value="high" /> ');
document.write('<param name="FlashVars" value="ico=peel/small6.jpg"/>');
document.write('<embed src="peel/small.swf?ico=peel/small6.jpg" name="jcornerSmallObject" wmode="transparent" quality="high" width="120" height="120" flashvars="ico=peel/small6.jpg" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('<div id="jcornerBig" style="position:absolute;width:650px;height:650px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write('id="jcornerBigObject" width="650" height="650">');
document.write('<param name="allowScriptAccess" value="always"/> ');
document.write('<param name="movie" value="peel/large.swf?big=peel/large9.jpg&ad_url=index.php?pg=lastminute"/>');
document.write('<param name="wmode" value="transparent"/>');
document.write('<param name="quality" value="high" /> ');
document.write('<param name="FlashVars" value="big=peel/large9.jpg&ad_url=index.php?pg=lastminute"/>');
document.write('<embed src="peel/large.swf?big=peel/large9.jpg&ad_url=index.php?pg=lastminute" id="jcornerBigEmbed" name="jcornerBigObject" wmode="transparent" quality="high" width="650" height="650" flashvars="big=peel/large9.jpg&ad_url=index.php?pg=lastminute" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </jcornerBig>
setTimeout('document.getElementById("jcornerBig").style.top = "-1200px";',1200);
}
jaaspeel.putObjects();
