(function($){
    $(document).ready(function(){
        $('#portal_messages').prependTo('#hc-portal-header .hc-inner-container')
        .fadeIn('slow')
        .animate({opacity: 1.0}, 10000)
        .fadeOut('slow')
    });
})(jq);
