function dom_init() {

  $('body').addClass("js");
  $('a.lightbox').lightBox();

}