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