window.onDomReady(function() {
  var myGallery = new gallery($('myGallery'), {
  timed: true,
  showArrows: true,
  showCarousel: true
  });
});

