document.writeln("<script type=\"text\/javascript\">");
document.writeln("    document.oncontextmenu=function(){return false};");
document.writeln("    document.ondragstart=function(){return false};");
document.writeln("    document.onselectstart =function(){return false};");
document.writeln("    document.onselect=function(){document.selection.empty();};");
document.writeln("    document.oncopy=function(){document.selection.empty();};");
document.writeln("    document.onbeforecopy=function(){return false};");
document.writeln("    document.onmouseup=function(){document.selection.empty();};");
document.writeln("<\/script>");
document.writeln("");

