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