jQuery.noConflict();
    jQuery(document).ready(function(){
        jQuery('#splash').addClass('show');
        jQuery('#splash-holder').removeClass('withimage');
        jQuery('#splash').innerfade({
            animationtype: 'fade',
            speed: 2000,
            timeout: 7000,
            type: 'sequence'
            });
    });