       $(document).ready( 
       function(){ 
        $('#news').innerfade({ 
         animationtype: 'fade', 
         speed: 750, 
         timeout: 4000, 
         type: 'sequence', 
         containerheight: '200px' 
        }); 
           
        $('ul#portfolio').innerfade({ 
         speed: 1000, 
         timeout: 5000, 
         type: 'sequence', 
         containerheight: '220px' 
        }); 
           
        $('.fade').innerfade({ 
         speed: 1000, 
         timeout: 6000, 
         type: 'random_start', 
         containerheight: '1.5em' 
        }); 
      }); 
