document.body.oncopy = function ()
{
      setTimeout(function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本文来自：旅游休闲论坛 http://www.lvy8.net，原文出处："+location.href; clipboardData.setData("text", text); } }, 100 ) }
