(function() {
  var bigimg = $('#bigimg div img')[0];

  $('#ngallery .smallimg div a').click(function(){
      bigimg.src = this.href;
      bigimg.alt = this.title;
      return false;
  });
})();
