function JavaScriptError(){
	return true;
}
window.onerror=JavaScriptError;

document.oncontextmenu=new Function("return false");
document.ondragstart=new Function("return false");
document.onselectstart=new Function("return false");
