// JavaScript Document

$.fn.cycle.defaults.timeout = 7000;
$(function() {
    // run the code in the markup!
    $('td pre code').each(function() {
        eval($(this).text());
    });
});

$(document).ready(function() {
	$('.SliderTemoignage').cycle({ 
		fx:     'scrollDown', 
		easing: 'bounceout', 
		delay:  -2000 
	});
});
