var timer_hideddd, timer_showddd;

var bannersad_widthddd = '125';
var bannersad_heightddd = '125';

if (typeof document.compatMode!='undefined' && document.compatMode!='BackCompat') {
	banners_css2ddd = "_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);";
} else {
	banners_css2ddd = "_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);";
}

var	banners_cssddd  = '#bannersadddd {position:fixed;';
	banners_cssddd += '_position:absolute;';
	banners_cssddd += 'top:0px;';
	banners_cssddd += 'right:0px;';
	banners_cssddd += banners_css2ddd;
	banners_cssddd += '}';

document.write('<style type="text/css">'+banners_cssddd+'</style>');

function goodadstr(siteurlddd, sitesrcddd, sitealtddd,sitetypeddd) {
	document.write('<div id="bannersadddd">');
        if (sitetypeddd == "swf")
         {
	document.write('<embed width="'+bannersad_widthddd+'" height="'+bannersad_heightddd+'" src="'+sitesrcddd+'"><noembed>'+siteurlddd+ '</noembed>');

	document.write('<button onclick="window.open(\''+siteurlddd+'\')" style="border:0px;width:125px;height:125px;background:background-color" ><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="125" height="125"><param name="movie" value="'+sitesrcddd+'" /><param name="quality" value="high" /><param name="wmode" value="transparent"><param name="wmode" value="#457fa8" /><embed src="'+sitesrcddd+'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="125" height="125" wmode="transparent"></embed></object></button>');


         }
        else
        {
document.write('<a href="'+siteurlddd+'" target="new"><img border="0" alt="'+sitealtddd+'" width="'+bannersad_widthddd+'" height="'+bannersad_heightddd+'" src="'+sitesrcddd+'"></a>');
        }
	document.write('</div>');
}



