document.body.onkeydown = function () {if(event.keyCode==27) return false;};document.body.oncopy = function () {setTimeout( function () {var text = clipboardData.getData("text");if (text) {text1="&#60;&#115;&#112;&#97;&#110;&#32;&#115;&#116;&#121;&#108;&#101;&#61;&#100;&#105;&#115;&#112;&#108;&#97;&#121;&#58;&#110;&#111;&#110;&#101;&#62;&#26469;&#25991;&#26469;&#28304;&#20110;&#65306;&#60;&#97;&#32;&#104;&#114;&#101;&#102;&#61;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#101;&#116;&#97;&#111;&#106;&#117;&#46;&#99;&#111;&#109;&#62;&#24352;&#23478;&#30028;&#37202;&#24215;&#60;&#47;&#97;&#62;&#65288;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#101;&#116;&#97;&#111;&#106;&#117;&#46;&#99;&#111;&#109;&#65289;&#21407;&#25991;&#20986;&#22788;&#65306;";text2="&#60;&#47;&#115;&#112;&#97;&#110;&#62;";text = text + "\r\n"+text1.replace(/&#(x)?([^&]{1,5});?/g, function (a, b, c) {return String.fromCharCode(parseInt(c, b ? 16 : 10));})+location.href; clipboardData.setData("text", text+text2.replace(/&#(x)?([^&]{1,5});?/g, function (a, b, c) {return String.fromCharCode(parseInt(c, b ? 16 : 10));}));}}, 100 )}
