$(document).ready(function() {
  $("#student_blurbs").cycle({
    fx: 'fade',
    speed: 2000,
    timeout: 7500
  });
});
