$(document).ready(function(){
		$('#pf').cycle({
				timeout: 8000,
				pause: 1
		});
		$('#ONDtoursRun').cycle({
				timeout: 12000,
				fx: 'scrollDown'
		});
	
});



