$(document).ready(function(){
	$('a#fecharMsgErro').click(function() {
	$('.anuncioMsg').toggle();
    return false;
    });
	$('a#recuperarpw').click(function() {
	$('#recuperarPw').toggle();
    return false;
    });
});	

