﻿document.writeln("<script type=\"text\/javascript\">");
document.writeln("function JSAddFavorite(){");
document.writeln(" if ( window.sidebar && \"object\" == typeof( window.sidebar ) && \"function\" == typeof( window.sidebar.addPanel ) ){");
document.writeln("   \/\/  firefox");
document.writeln("   window.sidebar.addPanel( document.title, document.location.href, \'\' );");
document.writeln(" }else if ( document.all && \"object\" == typeof( window.external ) ){");
document.writeln("   \/\/  ie");
document.writeln("   window.external.addFavorite( document.location.href, document.title );");
document.writeln(" }");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("");

document.writeln("&nbsp;<a href=\"javascript:JSAddFavorite()\">收藏夹<\/A>&nbsp;|&nbsp;<A href=\"javascript:window.open(\'http:\/\/shuqian.qq.com\/post?from=3&title=\'+encodeURIComponent(document.title)+\'&uri=\'+encodeURIComponent(document.location.href)+\'&jumpback=2&noui=1\',\'favit\',\'width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes\');void(0)\">QQ书签<\/A>&nbsp;|&nbsp;<A href=\"javascript:window.open(\'http:\/\/cang.baidu.com\/do\/add?it=\'+encodeURIComponent(document.title.substring(0,76))+\'&iu=\'+encodeURIComponent(location.href)+\'&fr=ien#nw=1\',\'_blank\',\'scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes\'); void 0\">百度书签<\/A>&nbsp;|&nbsp;<a href=\"#\" onclick=\"window.open(\'http:\/\/myweb.cn.yahoo.com\/popadd.html?url=\'+encodeURIComponent(document.location.href)+\'&title=\'+encodeURIComponent(document.title), \'Yahoo\',\'scrollbars=yes,width=780,height=550,left=80,top=80,status=yes,resizable=yes\');\">雅虎书签<\/a>");


