(function($){
    $(document).ready(function(){
        $('#portal_messages').prependTo('#hc-portal-container')
        .animate({opacity: 1.0}, 6000)
        .slideUp('slow')
    });
})(jq);
