$(document).ready(function(){
	$('#edtBusca').focus(function(){ this.value = ''; });
	$('#edtBusca').blur(function(){ if (this.value == ''){ this.value = 'Procurar...'; }});
});
