document.writeln("<SCRIPT language=javascript>");
document.writeln("");
document.writeln("function click() {");
document.writeln("");
document.writeln("alert('不能复制咯') }");
document.writeln("");
document.writeln("function click1() {");
document.writeln("");
document.writeln("if (event.button==2) {alert('版权所有  请勿复制！') }}");
document.writeln("");
document.writeln("function CtrlKeyDown(){");
document.writeln("");
document.writeln("if (event.ctrlKey) {alert('祝大家玩的开心！') }}");
document.writeln("");
document.writeln("document.onkeydown=CtrlKeyDown;");
document.writeln("");
document.writeln("document.onselectstart=click;");
document.writeln("");
document.writeln("document.onmousedown=click1;");
document.writeln("");
document.writeln("</SCRIPT>");
