$(document).ready(function(){
	
	//$('.msgGood:visible').each(coolReveal);
	//$('.msgError:visible').each(coolReveal);
	
});

function coolReveal()
{
    $(this).hide();
    $(this).slideDown('slow'); 
}
