$(document).ready(function() {
	$('img.reflect').reflect({inline: true});
});


$(document).ready( function() {
	$('#flashInfos').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 5000,
		type: 'random',
		containerheight: '200px'
	});
});