document.observe('dom:loaded', function () {
    $$('a[class^=lightbox]').each(function(s) {
        s.rel = 'shadowbox';
    });
});