function blockError(){return true;}
window.onerror = blockError;

function verifica(){
if (document.buscafrm.palavra.value.length > 1 && !document.buscafrm.tipo[0].checked==true && !document.buscafrm.tipo[1].checked==true){
alert("Escolha a busca por ARTISTA ou TÍTULO");
return false;
}
}


