window.addEvent('domready', function() {
    /**
     * That CSS selector will find all <a> elements with the
     * attribute rel="boxed"
     *
     * The second argument sets additional options.
     */
    SqueezeBox.assign($$('a.boxed'), {
        parse: 'rel'
    });
});
