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