$(document).ready(function() {
    $('.Header-jpeg').cycle({
		fx: 'fade', random: 1, speed: 3000, timeout:  10000, delay:  -2000
	});
    $('.GmapsTfL').cycle({
		fx: 'scrollRight,scrollLeft', speed: 600, timeout:  12000, pause: 1,randomizeEffects: false, delay:  -4000
	});
});

