﻿$(document).ready(function () {

    $('#membercomments').innerfade({
        animationtype: 'fade',
        speed: 900,
        timeout: 4500,
        type: 'sequence',
        containerheight: '1em'
    });

    $('#splashclose').click(function () {
        $('#splashscr').hide();        
    });

});
