function dom_init() {

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

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

}
