var timer_hideddd, timer_showddd;

var bannersad_widthddd = '125px';
var bannersad_heightddd = '125px';

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('<div style="position:relative"><embed style="position:absolute;left:0;top:0;z-index:0"  src="'+sitesrcddd+'" quality=high width="125px" height="125px" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="opaque"><a href="'+siteurlddd+'" target="_blank" style="cursor:pointer"><div style="position:relative;filter:alpha(opacity=0);-moz-opacity:0;left:0;top:0; background-image:url(images/transp.gif);width:125px;height:125px;z-index:10"></div></a></div>');



         }
        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>');
}



