if (typeof document.compatMode!='undefined' && document.compatMode!='BackCompat') {
	var_sf_b = "_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);";
} else {
	var_sf_b = "_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);";
}

var	var_sf_cb  = '#stickyfloatB {position:fixed;';
	var_sf_cb += '_position:absolute;';
	var_sf_cb += 'top:0px;';
	var_sf_cb += 'right:0px;';
	var_sf_cb += var_sf_b;
	var_sf_cb += '}';

document.write('<style type="text/css">'+var_sf_cb+'</style>');

function stickyB(url, banner, stralt,bannertype,eT) {
	document.write('<div id="stickyfloatB">');
        if (bannertype == "swf")
         {
	document.write('<embed width="125" height="125" src="'+banner+'"><noembed>'+url+ '</noembed>');
         }
        else
        {
document.write('<a href="'+url+'" target="new"><img border="0" alt="'+stralt+'" width="125" height="125" src="'+banner+'" title="'+eT+'"></a>');
        }
	document.write('</div>');
}



