$(document).ready(function() {

  // banner images
  // var numChildren = $('#rotating-image').children().length;
  // var randomChild = Math.floor(Math.random() * numChildren + 1);
  // $('#rotating-image > img').hide();  
  // $('#rotating-image > img:nth-child(' + randomChild + ')').show();

  $('#rotating-image').cycle({
    fx: 'fade',
    speed: 3000,
    timeout: 10000,
    cleartype: 1
  });

  // cycle plugin
  
  // success stories area
  $('#student').cycle({
    fx: 'fade',
    speed: 3000,
    timeout: 10000,
    cleartype: 1          
  });



$(document).pngFix();
  
}); 
