// This will startup the lightbox plugin.

$(function() {
        $('a[@rel*=lightbox]').lightBox();
    });


