$(function(){	
		   
	$("#information .list li").wrapInner("<div class='inner'></div>");
	
	$("#infoAll li:even, #infoTopics li:even, #infoSeminar li:even, #infoTechnology li:even").addClass("even");
	
	//$('#information').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 8000);
	
	$('#information').tabs({ fx: { opacity: 'toggle' } });
	
	$('#main, #side').flatHeights();
	
	$('#splash .mainpic ul').innerfade({
		animationtype : "fade",
		speed : 800,
		timeout : 3800,
		containerheight : 272
	});
});
