// JavaScript Document

     $(document).ready(
        function(){
            // ie fix
            $("ul#splash").css("display","block").css("background", "transparent");
            $('ul#splash').innerfade({
                speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '150px'
            });
         }
     );

