		$(document).ready(function() {
      $('a.fancy').each(function() { $(this).fancyZoom({closeOnClick: true});});
		});

