
document.oncontextmenu=new Function("return false") 
function click() {if (event.button==2) {alert('* Sehana Fortress * by Sehana') } } 
document.onmousedown=click 
