// JavaScript Document
function nocopy()
{
alert("本网站文字谢绝复制！");
event.returnValue=false;
}
function stop(){
return false;
}
document.oncontextmenu=stop;
