// JavaScript Document
$(document).ready(function() {
						   
  // Set up homepage featured data rotator (cycle lite)
  $("ul.rotate").cycle({
    pause: 1,
	timeout: 7000,
	pager: '#fd-nav',
	speed: 200
  });
  
});