// JavaScript Document

$(document).ready(function () {
	
	$('#sfeerfotos').cycle({
		random:		0,
		speed:		1500, 
		timeout:	4000
	});
	
});

