window.onload = function (){
	if ( document.all && !window.XMLHttpRequest ) {	
	document.getElementById("logo_con").style.position = "absolute"; 
	document.getElementById("logo_con").style.bottom = "0px";
	};
};
window.onscroll = function(){
	var dom=document.getElementById;
	objref=(dom)? document.getElementById("logo_con") : document.all.fadeinbox;
	objheight=objref.offsetHeight;
	iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body;
	var ie=document.all && !window.opera;
	var docheight=(ie)? iebody.clientHeight: window.innerHeight;
	var ie=document.all && !window.opera;
	var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset;
	document.getElementById("logo_con").style.top=scroll_top+docheight-objheight+"px";
	};
	
window.onresize = function(){
	var dom=document.getElementById;
	objref=(dom)? document.getElementById("logo_con") : document.all.fadeinbox;
	objheight=objref.offsetHeight;
	iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body;
	var ie=document.all && !window.opera;
	var docheight=(ie)? iebody.clientHeight: window.innerHeight;
	var ie=document.all && !window.opera;
	var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset;
	document.getElementById("logo_con").style.top=scroll_top+docheight-objheight+"px";
	};
document.write('<div id="logo_con" style="float:right; right:0px; position:absolute; bottom:0px; height:66px; display:inline; padding:0px; z-index:89; padding-bottom:10px"><a href="http://www.wandadigital.com" target="_blank"><img src="http://www.wandadigital.com/_websignature/wandalogo.gif" width="22" height="56" border=0 /></a></div>');