function ni() {
if(document.all){
document.onselectstart=function (){return false;};
};
};
ni();

function nn(){
if(navigator.appName.indexOf("etscape")>-1){
var t= document.getSelection();
if(t!=""){
if(navigator.appVersion.indexOf("5")==0){
document.write("Error...");
document.write("<A  HREF=javascript:history.go(0)>  .Go back</A>");
}
else{
if(t !=" "){window.find(" ")};
}
};
setTimeout("nn()",300)
}
}
nn();
