/*
 * Javascript being used on the homepage
 */

$(document).ready( function() {
  $('#PrimaryGraphic').cycle({
    fx:    'fade',
    speed:  2500,
    timeout: '5500'
  });
  $("#EventList .items p:first-child").remove();
  $(".scrollable").scrollable({ vertical: true, mousewheel: true });
});

