var x1=1;var y1=1;(document.getElementById&&!document.all)?dom=true:dom=false;function typeStart(){if(dom){document.write('<div id="logoBox" style="position:absolute;z-index:14000; margin-left:'+x1+'px; visibility:visible">')}if(document.all){document.write('<div id="logoBox" style="position:absolute; z-index:14000;margin-left:'+x1+'px; visibility:visible">')}}function typeEnd(){if(document.all||dom){document.write("</div>")}}function placeIt(){if(dom){document.getElementById("logoBox").style.top=window.pageYOffset+y1+"px"}else{if(document.all){document.all.logoBox.style.top=document.documentElement.scrollTop+y1+"px"}}window.setTimeout("placeIt()",10)}function addLoadEvent(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){if(b){b()}a()}}}addLoadEvent(function(){placeIt()});