jQuery(document).ready(function(){

    hideMessages = function(){jQuery('.messageCommon').hide('slow')};
    
    setTimeout(hideMessages, 5000);
    
});

//TODO: Need to move as much of the "common" javascript into here...
