$(document).observe('dom:loaded', function() {
	$$("div.photo a").each(function(el) { new FancyZoom(el); })
	new FancyZoom('medium_box_link', {width:400, height:300});
	new FancyZoom('large_box_link');
	new FancyZoom('flash_box_link');
});

