﻿var j = jQuery.noConflict();

j(document).ready(function () {

    if (typeof isDefaultPage == 'undefined') {
        var splash = j('#splash-content');
        if (splash[0])
            splash.hide();
    }
});
