// home-rotator.js

 $j(document).ready(function(){
  //Setup the main rotater on the home page
  $j('#divMainRotator').cycle({
   speed:       600,
   timeout:     6000,
   pager:      '#divMainRotatorNav',
   pagerEvent: 'mouseover',
   fastOnEvent: true
   });
  });

