window.onload = function(){
	
	$('#splash-rotator').cycle({

		
		pause: 0,
		speed: 1000
	
	});
};
