function dom_init() {

  // See http://fancybox.net/api for all options
  
  $("a.fancybox").fancybox({
    'speedIn' : 600,
    'speedOut' : 300
	});

  $("a.box").fancybox({
    'speedIn' : 600,
    'speedOut' : 300
	});
}
