jQuery().ready(function() {
  //setup tabs if they're around
  jQuery('.statesTraining > ul').tabs();
  jQuery('#promo').cycle({ 
    fx:      'scrollDown', 
    speed:    500, 
    timeout:  8000 
  });
});