    $(document).ready(
        function(){
            $('#topcontent').innerfade({
                animationtype: 'fade',
                speed: 2500,
                timeout: 3500,
                type: 'sequence',
                containerheight: '120px'
            });
            
            }
            
          ); 