document.body.oncopy=function(){
 event.returnValue=false;
 var t=document.selection.createRange().text;
 var s="本文来源于http://www.cw168.com/ , 原文地址："+window.location.href;
 clipboardData.setData('Text','\r\n'+t+'\r\n'+s+'\r\n');
}
