/* Author: 

*/
jQuery(document).ready(function($) {
	$('#cycle').cycle({
		fx: 'fade',
		timeout: 4000
	});
});

