
function copy2clip() {
	window.clipboardData.setData("text", document.title+"\n"+window.location.href);
	alert("地址複製成功，請在QQ或MSN內粘貼。");
}

document.write('<a href="javascript:copy2clip();"><img src="/images/content_22.jpg" width="118" height="22" border="0" alt="與好友分享"></a>');

document.write('<img src="/images/spacer.gif" width="80" height="5">　　');

document.write('<a href="http://app.chinabroadcast.cn/cricomment/errors.php?id='+window.location.href+'&title='+document.title+'"><img src="/images/content_26.jpg" width="118" height="22" border="0" alt="我要糾錯"></a>');



