jQuery(function () {
  initImageRotator();
});


function initImageRotator() {
  jQuery('.nivoSlider').nivoSlider({effect:'fade'});
}
