(function($) {
  $(function() {
  });
  
  // this get's triggered after all the images are loaded
  $(window).bind("load", function() {
  });
})(jQuery);
