/* Author: 
    Dylan Swartz
*/

$(document).ready(function() {
    $('#splash').fadeIn(2000);
});
