$(document).ready(function()
{
   // Messages
   $(".CMS_CORE_MESSAGE").hide(0);
   $(".CMS_CORE_MESSAGE").slideDown("slow");   
});


