$(document).ready(
    function(){
      $('div.whosgoing div.whosgoingwrap').innerfade({ 
      	speed: 'slow', 
      	timeout: 4000,
      	type: 'sequence',
		containerheight: '220px'
      });	
});
