$(document).ready(
	function(){
		$('.eventTeasers').innerfade({
			speed: 1500,
			timeout: 4500,
			//type: 'random_start',
			containerheight: '80px'
		});
});
