/*
 
*/

var tbp = new Object();
// ---------------------------------------------------------  MODIFY TARGET URL
tbp.ad_url = escape('http://trafficboosterprov3.com/');     // Change URL to be redirected to when clicking on the Ad
// ---------------------------------------------------------  END TARGET URL


tbp.small_path = 'http://trafficboosterprov2.com/ads/tbp_s.swf';		//    Enter the URL of the small Corner Flash
tbp.small_image = escape('http://trafficboosterprov2.com/ads/image/small.jpg');	//   URL of the small Image behind
tbp.big_path = 'http://trafficboosterprov2.com/ads/tbp_b.swf';				//   Enter the URL of the Large Away Flash Corner
tbp.big_image = escape('http://trafficboosterprov2.com/ads/image/large.jpg');     //   URL of the Big Image Behind


// Do NOT Change anything under this line---------------FINISHED----STOP----------------------------------------------------------

tbp.small_width = '100';
tbp.small_height = '100';
tbp.small_params = 'ico=' + tbp.small_image;
tbp.big_width = '650';
tbp.big_height = '650';
tbp.big_params = 'big=' + tbp.big_image + '&ad_url=' + tbp.ad_url;
function sizeup987(){
	document.getElementById('tbpcornerBig').style.top = '0px';
	document.getElementById('tbpcornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("tbpcornerSmall").style.top = "0px";
	document.getElementById("tbpcornerBig").style.top = "-1000px";
}
tbp.putObjects = function () {
document.write('<div id="tbpcornerSmall" style="position:absolute;width:'+ tbp.small_width +'px;height:'+ tbp.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="tbpcornerSmallObject" width="'+tbp.small_width+'" height="'+tbp.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ tbp.small_path +'?'+ tbp.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+tbp.small_params+'"/>');
document.write('<embed src="'+ tbp.small_path + '?' + tbp.small_params +'" name="tbpcornerSmallObject" wmode="transparent" quality="high" width="'+ tbp.small_width +'" height="'+ tbp.small_height +'" flashvars="'+ tbp.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="tbpcornerBig" style="position:absolute;width:'+ tbp.big_width +'px;height:'+ tbp.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="tbpcornerBigObject" width="'+ tbp.big_width +'" height="'+ tbp.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ tbp.big_path +'?'+ tbp.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ tbp.big_params +'"/>');
document.write('<embed src="'+ tbp.big_path + '?' + tbp.big_params +'" id="tbpcornerBigEmbed" name="tbpcornerBigObject" wmode="transparent" quality="high" width="'+ tbp.big_width +'" height="'+ tbp.big_height +'" flashvars="'+ tbp.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("tbpcornerBig").style.top = "-1000px";',1000);
}
tbp.putObjects();