" code+=document.getElementById("news_list_content").innerHTML; var newwin=window.open('','',''); newwin.opener = null; newwin.document.write(code); newwin.document.close(); } function setHome(title, url) { if(!title) { var title = window.document.title; } if(!url) { var url = window.document.location; } try{ if (document.all){ window.external.addFavorite(url,title); } else if (window.sidebar) { window.sidebar.addPanel(title, url,""); } }catch(e){}; } function copyToClipBoard(){ var clipBoardContent=""; clipBoardContent+=this.location.href; window.clipboardData.setData("Text",clipBoardContent); alert("复制成功,请粘贴到你的QQ/MSN上告送给你的好友"); } -->