$(document).ready(function(){
	// cycle the banner images (uses jQuery.cycle plugin)
	$('#main_backgrounds').cycle({
		timeout: 6000,
		speedOut: 3000,
		speedIn: 3000,
		random: 1
	});
});
