// Only edit the selections with a "//" note after it.
// Do not change anything else or it won't work!

var SBT_AD_Peel = new Object();

SBT_AD_Peel.ad_url = escape('http://www.mediatorbonnie.com/appointment.htm'); // URL when Page Peel Script Ads is clicked on, can be your affiliate link!

SBT_AD_Peel.small_path = './SBT_AD_Peel/images/SBTsmall.swf'; // Path where you placed the small.swf
SBT_AD_Peel.small_image = escape('./SBT_AD_Peel/images/SBTsmall.jpg'); // Small Image before hover (.jpg, .gif, .png) - 75X75
SBT_AD_Peel.small_width = '100';
SBT_AD_Peel.small_height = '100';
SBT_AD_Peel.small_params = 'ico=' + SBT_AD_Peel.small_image;

SBT_AD_Peel.big_path = './SBT_AD_Peel/images/SBTbig.swf'; // Path where you placed the big.swf
SBT_AD_Peel.big_image = escape('./SBT_AD_Peel/images/SBTbig.jpg'); // Large Image after hover (.jpg, .gif, .png) - 500X500
SBT_AD_Peel.big_width = '650';
SBT_AD_Peel.big_height = '650';
SBT_AD_Peel.big_params = 'big=' + SBT_AD_Peel.big_image + '&ad_url=' + SBT_AD_Peel.ad_url;

function sizeup987(){
	document.getElementById('SBT_AD_PeelBig').style.top = '0px';
	document.getElementById('SBT_AD_PeelSmall').style.top = '-1000px';
}

function sizedown987(){
	document.getElementById("SBT_AD_PeelSmall").style.top = "0px";
	document.getElementById("SBT_AD_PeelBig").style.top = "-1000px";
}

SBT_AD_Peel.putObjects = function () {
// <SBT_AD_PeelSmall>
document.write('<div id="SBT_AD_PeelSmall" style="position:absolute;width:'+ SBT_AD_Peel.small_width +'px;height:'+ SBT_AD_Peel.small_height +'px;z-index:9999;right:0px;top:0px;">');
// object
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="SBT_AD_PeelSmallObject" width="'+SBT_AD_Peel.small_width+'" height="'+SBT_AD_Peel.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ SBT_AD_Peel.small_path +'?'+ SBT_AD_Peel.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+SBT_AD_Peel.small_params+'"/>');
// embed
document.write('<embed src="'+ SBT_AD_Peel.small_path + '?' + SBT_AD_Peel.small_params +'" name="SBT_AD_PeelSmallObject" wmode="transparent" quality="high" width="'+ SBT_AD_Peel.small_width +'" height="'+ SBT_AD_Peel.small_height +'" flashvars="'+ SBT_AD_Peel.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('</script>');
// </SBT_AD_PeelSmall>
// <SBT_AD_PeelBig>
document.write('<div id="SBT_AD_PeelBig" style="position:absolute;width:'+ SBT_AD_Peel.big_width +'px;height:'+ SBT_AD_Peel.big_height +'px;z-index:9999;right:0px;top:0px;">');
// object
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="SBT_AD_PeelBigObject" width="'+ SBT_AD_Peel.big_width +'" height="'+ SBT_AD_Peel.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ SBT_AD_Peel.big_path +'?'+ SBT_AD_Peel.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ SBT_AD_Peel.big_params +'"/>');
// embed
document.write('<embed src="'+ SBT_AD_Peel.big_path + '?' + SBT_AD_Peel.big_params +'" id="SBT_AD_PeelBigEmbed" name="SBT_AD_PeelBigObject" wmode="transparent" quality="high" width="'+ SBT_AD_Peel.big_width +'" height="'+ SBT_AD_Peel.big_height +'" flashvars="'+ SBT_AD_Peel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </SBT_AD_PeelBig>
setTimeout('document.getElementById("SBT_AD_PeelBig").style.top = "-1000px";',1000);
}
SBT_AD_Peel.putObjects();