document.oncontextmenu=eventfalse;
document.onselectstart=eventfalse;
document.ondragstart=eventfalse;
function eventfalse(){
window.event.returnValue=false;}
function killErrors(){ 
return true;} 
window.onerror = killErrors; 
function stopError(){
return true;}
window.onerror = stopError;

function defaul_home(){this.home.style.behavior='url(#default#homepage)';this.home.setHomePage('http://www.xishui.net.cn/');}
function bookmarkit(){if(navigator.appName == "Netscape"){window.alert('按 Ctrl + D 将本页加入书签或收藏夹');}else{window.external.AddFavorite('http://www.xishui.net.cn/','湖北浠水网 [www.xishui.net.cn]');}}