var j = jQuery.noConflict();
function erro(frase,elemento){
	alert(frase);
	j(elemento).focus();
	return false;
}


