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

