$(document).ready(function() {
  $('a.lightbox').lightBox({txtImage: 'Afbeelding', txtOf: 'van' }); // Select all links with lightbox class
});

$(document).unload(function() {
  GUnload();
});
