// Function for cycle pictures
function initSlideshow() {
	$('.sfeer').cycle({
		fx:     'fade',
		timeout: 4000,
		speed:	 1500,
		cleartypeNoBg: true
	});
}
