frontend = {};
frontend.init = function() {
    $("div.tabs > ul").tabs();
    $('div.lightbox a').lightBox();
}
$(document).ready(frontend.init);