var timer_hide1, timer_show1;

var bannersad_width1 = '125';
var bannersad_height1 = '125';

if (typeof document.compatMode!='undefined' && document.compatMode!='BackCompat') {
	banners_css21 = "_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_right:expression(document.documentElement.scrollRight + document.documentElement.clientWidth - offsetWidth);";
} else {
	banners_css21 = "_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_right:expression(document.body.scrollRight + document.body.clientWidth - offsetWidth);";
}

var	banners_css1  = '#bannersad1 {position:fixed;';
	banners_css1 += '_position:absolute;';
	banners_css1 += 'bottom:31px;';
	banners_css1 += 'left:0px;';
	banners_css1 += banners_css21;
	banners_css1 += '}';

document.write('<style type="text/css">'+banners_css1+'</style>');


function goodadsl(siteurl1, sitesrc1, sitealt1,sitetype1) {
	document.write('<div id="bannersad1">');
        if (sitetype1 == "swf")
         {
	document.write('<embed width="'+bannersad_width1+'" height="'+bannersad_height1+'" src="'+sitesrc1+'"><noembed>'+siteurl1+ '</noembed>');
         }
        else
        {
document.write('<a href="'+siteurl1+'" target="new"><img border="0" alt="'+sitealt1+'" width="'+bannersad_width1+'" height="'+bannersad_height1+'" src="'+sitesrc1+'"></a>');
        }
	document.write('</div>');



}