// JavaScript Document

var J = jQuery.noConflict();

J(document).ready( function(){ 


if(J("#head ul li").length > 1) {

  // ...hier gehts weiter ...

}
J("#head ul").innerfade({
						
  animationtype: 'fade', 

  speed: 3000,

  timeout: 5000,

  containerheight: '127px'

});
 } ); 
