	// NÃO ERRO //
function blockError(){return true;}window.onerror=blockError;
	// RD PARA INDEX //

	// MOZILA - SELECIONAR E ARRASTAR //
function disableselect(e){return false}if (window.sidebar){document.onmousedown=disableselect}
	// ARRASTAR //
document.ondragstart=new Function("return false;")
	// SELECIONAR //
document.onselectstart=new Function ("return false")
	// BOTÃO DIREITO //
document.oncontextmenu=new Function("return false");
	// TECLADO //
document.onkeydown=new Function("return false")

