// executes commands on each page

jQuery(document).ready(function(){
	//Setup the main rotater on the home page
	jQuery('.splash_top_rotator').cycle({
		speed:       4000,
		timeout:     4000
	});
});


