// Home Image Rotater using the jquery Cycle plugin.
$(document).ready(function() {
	
	$('#Rotate').cycle({ 
		fx:'fade', 
		random:1, 
		speed:2700 
	});

});