$(document).ready(function() {
	$('#imageRotator').cycle({
		fx: 'fade',
		timeout: 9000,
		speed: 2000
	});
});
