;(function($) {
    $(window).load(function() {
        $('a.lightbox').lightbox();
    });
})(jQuery);
