
$(document).ready(function(){
	$(function() {
	$('#mainPic').cycle({ 
		fx:     'fade', 
		timeout: 4000,
		random:  0 
	});
	});
});
