jQuery(function($) { 
  if($("#header ul li").length > 1) { 
    $("#header ul").innerfade({ 
    speed: 2000, 
    timeout: 4000, 
    containerheight: '250px' 
    });
  }
});

