$(document).ready(function(){
	
	
	$('#rotator').cycle({ 
		fx:      'scrollDown', 
		speed:    800, 
		timeout:  7000,
		random: 1
	});
	
});
