<!--
function copyUrl(url){
        var content='';
	window.clipboardData.setData("Text",url);
	alert("复制成功，您可以粘贴到你的QQ/MSN或论坛上！");
}
//-->
