
$(function() {
	$('#rotator').cycle({ 
  	  fx:'fade', 
  	  pause: 1, speed:1000, timeout:15000 });
});

