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