// Ayla --> 


if(window.location.protocol.indexOf("file")!=-1){ 
location="about:blank"; 

} 



if(document.domain.toLowerCase().replace("www.","")!="bans.roef.ro".toLowerCase().replace("www.","")){ 
alert("Invalid Domain"); 
location="about:blank"; 

} 


function _ng(){ 
if (document.all) for (i = 0; 
i< document.images.length; 
i++){ 
z = document.images(i); 
z.galleryImg = 'no' 
} 

} 
_ng(); 



function _np1(){ 
for(wi=0; 
wi<document.all.length; 
wi++){ 
if(document.all[wi].style.visibility!="hidden"){ 
document.all[wi].style.visibility="hidden"; 
document.all[wi].id="gwp" 
} 

} 

} 
; 
function _np2(){ 
for (wi=0; 
wi<document.all.length; 
wi++){ 
if(document.all[wi].id=="gwp")document.all[wi].style.visibility="" 
} 

} 
; 
window.onbeforeprint=_np1; 
window.onafterprint=_np2; 




function _ni(){ 
if(document.all){ 
document.onselectstart=function (){ 
return false 
} 
; 
document.ondragstart=function (){ 
return false 
} 
; 
setTimeout("_ni", 3000); 

} 

} 
; 
_ni(); 
function _nn(){ 
if(document.layers||window.sidebar){ 
var t= document.getSelection(); 
if(t !=""){ 
if(!window.find){ 
alert("Function Disabled."); 
location="about:blank"; 

} 
else{ 
if(t !=" "){ 
window.find(" ") 
} 
; 

} 

} 
; 
setTimeout("_nn()",20) 
} 

} 
_nn(); 



function _nrcie(){ 
return false 
} 
function _nrcns(e){ 
if(e.which==2||e.which==3)return false 
} 
if(document.layers){ 
document.captureEvents(Event.MOUSEDOWN); 
document.onmousedown=_nrcns 
} 
document.oncontextmenu=_nrcie; 



function _nsb(){ 
window.status="Page protected by mysteam.ro"; 
setTimeout("_nsb()",10) 
} 
_nsb(); 





var message="ROEF : Romanian Elite Force : Hunting cheaters since 2004 ...";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// Ayla --> 

