Event.observe(window, 'load', function() {
    $$('a[rel~=external]').invoke('writeAttribute', 'target', '_blank');

    $$("table.voorstelling_fotos tr td a").invoke('addClassName', 'lightview');
    $$("table.voorstelling_fotos tr td a").invoke('writeAttribute', 'rel', 'gallery[voorstelling]');
});
