var web = document.location;
if (top.location !== self.location) {
alert ("使用框架跨站调用它站内容是很丢脸的行为。\n\n我们是公务员考试在线网，正确的地址应该为 http://www.gwyks.com 。\n\n点确定跳转到真实地址。");
top.location="http://www.gwyks.com";
}
//document.oncontextmenu=new Function("return false");
//document.onselectstart=new Function("return false");
//document.ondragstart=new Function("return false");
//document.onselect=new Function("return false");
//document.oncopy=new Function("return false");
//document.onbeforeccopy=new Function("return false");