var timer_hide, timer_show;

var bannersad_width = '125';
var bannersad_height = '125';

if (typeof document.compatMode!='undefined' && document.compatMode!='BackCompat') {
	banners_css2 = "_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);";
} else {
	banners_css2 = "_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);";
}

var	banners_css  = '#bannersad {position:fixed;';
	banners_css += '_position:absolute;';
	banners_css += 'bottom:0px;';
	banners_css += 'right:0px;';
	banners_css += banners_css2;
	banners_css += '}';

document.write('<style type="text/css">'+banners_css+'</style>');

function goodadsr(siteurl, sitesrc, sitealt,sitetype) {
	document.write('<div id="bannersad">');
        if (sitetype == "swf")
         {
	document.write('<embed width="'+bannersad_width+'" height="'+bannersad_height+'" src="'+sitesrc+'"><noembed>'+siteurl+ '</noembed>');
         }
        else
        {
document.write('<a href="'+siteurl+'" target="new"><img border="0" alt="'+sitealt+'" width="'+bannersad_width+'" height="'+bannersad_height+'" src="'+sitesrc+'"></a>');
        }
	document.write('</div>');
}

