document.writeln("<style type=\"text\/css\">.totop {position: fixed;top: 85%;left: 94%;padding-top: 0px;padding-right: 0px;z-index:1001;}");
document.writeln("* html .totop {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(85 * (document.documentElement.offsetHeight || document.body.clientHeight) \/ 100) + \'px\');}<\/style>");
document.writeln("<div class=\"totop\"><img src=\"http:\/\/images.91.com\/us91e\/img\/totop_tq.gif\" width=\"25\" height=\"66\" border=\"0\" usemap=\"#Map\"><map name=\"Map\"><area shape=\"rect\" title=\"Web Error & Suggestions\" coords=\"4,2,22,14\" href=\"javascript:win_open_bug();\"><area shape=\"rect\" title=\"Set Bookmark\" coords=\"4,18,22,30\" href=\"javascript:bookmark()\"><area shape=\"rect\" title=\"Home\" coords=\"4,35,22,47\" href=\"http:\/\/eo.91.com\/\"><area shape=\"rect\" coords=\"4,54,22,66\" onclick=scroll(0,0) href=\"#\"><\/map><\/div>");

function bookmark(){
var title=document.title
var url=document.location.href
if (window.sidebar) window.sidebar.addPanel(title, url,"");
else if( window.opera && window.print ){
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();}
else if( document.all ) window.external.AddFavorite( url, title);
}