$(document).ready(

	function () {

	    $("#fotofront").cycle({
	        fx: 'fade',
	        speed: 800,
	        timeout: 2500,
	        random: 1
	    });
        	    
	}
);
