
__GC.registerHook("onBodyLoad",
	function()
	{
		jQuery("a.fancybox").attr("rel", "gallery").fancybox();
	}
);
