if (typeof document.compatMode!='undefined' && document.compatMode!='BackCompat') {
	var_sf_a = "_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_right:expression(document.documentElement.scrollRight + document.documentElement.clientWidth - offsetWidth);";
} else {
	var_sf_a = "_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_right:expression(document.body.scrollRight + document.body.clientWidth - offsetWidth);";
}

var	var_sf_ca  = '#stickyfloatA {position:fixed;';
	var_sf_ca += '_position:absolute;';
	var_sf_ca += 'top:0px;';
	var_sf_ca += 'left:0px;';
	var_sf_ca += var_sf_a;
	var_sf_ca += '}';

document.write('<style type="text/css">'+var_sf_ca+'</style>');

function stickyA(url, banner, stralt,bannertype,eT) {
	document.write('<div id="stickyfloatA">');
        if (bannertype == "swf")
         {
	document.write(banner);
         }
        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>');
}
