document.body.oncopy = function () { 
	setTimeout( function () { 
		var text = clipboardData.getData("text");
		if (text) { 
			text =text + "\r\n\r\n本文来自: 绵阳招聘网(www.job0816.com) 详细出处参考："+location.href; clipboardData.setData("text", text);
		} 
				}, 100 ) 
}
