$(document).ready(function() {
    
	//Home Page Rotator
	$('.homerotator').cycle({
		fx: 'fade',
		timeout: '4000'
	});
	
});

