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