$(document).ready(function() {
	$('#rotatingImageBanner').cycle(
	{
		timeout: 10000,
		speed: 3000
	});
});
