// JavaScript Document

$.fn.cycle.defaults.timeout = 5000;

$(function() {
	$('#mphotos').cycle({
		fx: 'fade',
//		speedIn:  1500,
//		speedOut: 1500,
//		easeIn:  'bounceout',
//		easeOut: 'backin',
//		delay:   -2000,
		random: 0
	})
});
