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



