if (typeof document.compatMode!='undefined' && document.compatMode!='BackCompat') {
	var_sf_d = "_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);";
} else {
	var_sf_d = "_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);";
}

var	var_sf_cd  = '#stickyfloatD {position:fixed;';
	var_sf_cd += '_position:absolute;';
	var_sf_cd += 'bottom:0px;';
	var_sf_cd += 'right:0px;';
	var_sf_cd += var_sf_d;
	var_sf_cd += '}';

document.write('<style type="text/css">'+var_sf_cd+'</style>');

function stickyD(url, banner, stralt,bannertype,eT) {
	document.write('<div id="stickyfloatD">');
	 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>');
}
