$(document).ready(function() {

	/* creates the gallery on the article pages - more documentation at http://fancybox.net/howto */
	
	$("a.grouped_elements").fancybox();
	
	 	
});
