$(document).ready(
	function(){
		if($("#emo ul li").length > 1) { 
			$("#emo ul").innerfade({ 
				animationtype: 'fade', 
  			speed: 3000, 
  			timeout: 1000, 
  			type: 'sequence',
  			containerheight: '174px' 
			});	
		}

		if($("#schweif ul li").length > 1) { 
			$("#schweif ul").innerfade({ 
				animationtype: 'fade', 
  			speed: 3000, 
  			timeout: 1000, 
  			type: 'sequence',
  			containerheight: '194px' 
			});	
		}
	}
);