document.write('<div style="background:url(/design/goToUPInPage.png) top left no-repeat; width:94px; height:30px; border:0; bottom:20px; right:0px; position:fixed; cursor:pointer; text-align:center;" id="goTopButton" onClick="document.body.scrollTop=\'0px\'" onMouseOver="this.style.backgroundPosition=\'bottom left\'" onMouseOut="this.style.backgroundPosition=\'top left\'">&nbsp;</div>');
if('\v'=='v')
{
   document.getElementById('goTopButton').style.position = 'absolute';
   document.getElementById('goTopButton').style.bottom = '20px';
   window.onscroll=function(event)
   {
          goTopButton.style.top=parseInt((document.body.scrollTop)+parseInt(document.body.clientHeight)-50)+'px';
   }
   window.onresize=function(event)
   {
          goTopButton.style.top=parseInt((document.body.scrollTop)+parseInt(document.body.clientHeight)-50)+'px';
   }
}
