document.writeln("<INPUT onclick=copyToClipBoard() type=button class=btn value=复制本文地址> <INPUT onclick=copyToClipBoard_qq() type=button class=btn value=发给QQ\/MSN好友> <INPUT onclick=copyToClipBoard_ubb() type=button class=btn value=发到论坛(UBB)> ");
document.writeln("<SCRIPT language=javascript>");
document.writeln("<!--");
document.writeln("function copyToClipBoard()");
document.writeln("{");
document.writeln(" var clipBoardContent=\'\';");
document.writeln(" \/\/clipBoardContent=top.window.location.href+\"\\r\\n\"+top.window.document.title;");
document.writeln(" clipBoardContent=top.window.location.href");
document.writeln(" window.clipboardData.setData(\"Text\",clipBoardContent);");
document.writeln(" alert(\'您已经成功复制本文章地址!\');");
document.writeln("}");
document.writeln("");
document.writeln("function copyToClipBoard_qq() ");
document.writeln("{");
document.writeln(" var clipBoardContent=\'\';");
document.writeln(" clipBoardContent=top.window.location.href+\"\\r\\n\"+top.window.document.title;");
document.writeln(" window.clipboardData.setData(\"Text\",clipBoardContent);");
document.writeln(" alert(\'您已经成功复制本文章地址！赶快与你的QQ/MSN好友一起来分享吧：）\');");
document.writeln("}");
document.writeln("function copyToClipBoard_html() ");
document.writeln("{");
document.writeln(" var clipBoardContent=\'\';");
document.writeln(" clipBoardContent=\"<a href=\'\" + top.window.location.href+ \"\'>\"+top.window.document.title+\"<\/a>\";");
document.writeln(" window.clipboardData.setData(\"Text\",clipBoardContent);");
document.writeln(" alert(\'您已经成功复制本文章地址的HTML代码!\'); ");
document.writeln("}");
document.writeln("function copyToClipBoard_ubb() ");
document.writeln("{");
document.writeln(" var clipBoardContent=\"[URL=\"+top.window.location.href+\"]\"+top.window.document.title+\"[\/URL]\";");
document.writeln(" window.clipboardData.setData(\'text\',clipBoardContent)");
document.writeln(" alert(\'地址复制成功啦！赶快与你的论坛好友一起来分享快乐吧！\');");
document.writeln(" ");
document.writeln("}");
document.writeln("\/\/-->");
document.writeln("<\/SCRIPT>");
document.writeln("<a style=\"font-size:12px;\" target=\"_self\" href=\"javascript:window.open(\'http:\/\/shuqian.qq.com\/post?title=\'+encodeURIComponent(document.title)+\'&uri=\'+encodeURIComponent(document.location.href)+\'&jumpback=2&noui=1\',\'favit\',\'width=960,height=600,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes\');void(0)\"><img src=\"\/images\/qqshuqian.gif\" alt=\"收藏到QQ书签\" align=\"absmiddle\" border=\"0\" style=\"margin-right:2px;\">收藏到QQ书签<\/a>");