function dom_init() {
  
  $('#slide').cycle({
    timeout: 3000,
    speed: 3000,
    delay: -4000
  });
  
  $('a.lightbox').lightBox();

}
