
$('document').ready(function(){
   
	$('#rotator').cycle({
		fx:			'fade',
		random:		1,
		speed:		300,
		timeout:	15000
	});

});

