$(function() {
	$('#message_error').animate({opacity: 1.0}, 5000).fadeOut('slow');	
});
$(function() {
	$('#message_confirmation').animate({opacity: 1.0}, 6000).fadeOut('slow');	
});
