function copyUrl(ss) 
  {  
  window.clipboardData.setData("Text",ss ); 
  alert("复制成功，请粘贴到你的QQ/MSN上推荐给你的好友！\r\n\r\n内容如下：\r\n" + ss); 
  } 
