var peelAd = new Object();
//peelAd.ad_url 		= escape('http://www.slangmansworld.com.php5-4.dfw1-1.websitetestlink.com/store/product_info.php?products_id=79');              // add your domain
peelAd.ad_url 		= escape('http://www.slangmansworld.com/htdocs/store/product_info.php?cPath=21_40&products_id=79&osCsid=8aqap7bs1eied6j1ddv86kthd1');
peelAd.small_path 	= 'http://www.slangmansworld.com/lib_swf/peelAd_s.swf';				//   ---------  change to url to file
peelAd.small_image 	= escape('http://www.slangmansworld.com/imgs/ads/peel.sm.png?');	        //   ---------  change to url to file
peelAd.big_path 	= 'http://www.slangmansworld.com/lib_swf/peelAd_b.swf';				//   ---------  change to url to file
peelAd.big_image 	= escape('http://www.slangmansworld.com/imgs/ads/peel.lg.png?');		//   ---------  change to url to file
// Don't change anything below this line ------------------------------------------------------------------------------------------------------------------------------------------------------------
peelAd.small_width = '100';
peelAd.small_height = '100';
peelAd.small_params = 'ico=' + peelAd.small_image;
peelAd.big_width = '650';
peelAd.big_height = '650';
peelAd.big_params = 'big=' + peelAd.big_image + '&ad_url=' + peelAd.ad_url;
function sizeup987(){
	document.getElementById('peelAdcornerBig').style.top = '0px';
	document.getElementById('peelAdcornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("peelAdcornerSmall").style.top = "0px";
	document.getElementById("peelAdcornerBig").style.top = "-1000px";
}
peelAd.putObjects = function () {
document.write('<div id="peelAdcornerSmall" style="position:absolute;width:'+ peelAd.small_width +'px;height:'+ peelAd.small_height +'px;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="peelAdcornerSmallObject" width="'+peelAd.small_width+'" height="'+peelAd.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ peelAd.small_path +'?'+ peelAd.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+peelAd.small_params+'"/>');
document.write('<embed src="'+ peelAd.small_path + '?' + peelAd.small_params +'" name="peelAdcornerSmallObject" wmode="transparent" quality="high" width="'+ peelAd.small_width +'" height="'+ peelAd.small_height +'" flashvars="'+ peelAd.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div></script>');
document.write('<div id="peelAdcornerBig" style="position:absolute;width:'+ peelAd.big_width +'px;height:'+ peelAd.big_height +'px;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="peelAdcornerBigObject" width="'+ peelAd.big_width +'" height="'+ peelAd.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ peelAd.big_path +'?'+ peelAd.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ peelAd.big_params +'"/>');
document.write('<embed src="'+ peelAd.big_path + '?' + peelAd.big_params +'" id="peelAdcornerBigEmbed" name="peelAdcornerBigObject" wmode="transparent" quality="high" width="'+ peelAd.big_width +'" height="'+ peelAd.big_height +'" flashvars="'+ peelAd.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
setTimeout('document.getElementById("peelAdcornerBig").style.top = "-1000px";',1000);
}
peelAd.putObjects();
