		$(document).ready(function() {
			//Activate FancyBox
			$(".photo a").fancybox({
				'hideOnContentClick': true
			});
			
			
			$("#comment_form").attr("action", "/fancy/add_comment"); $("#age").val('fancy'); //die spamers, die...
		});

	
		function getGroupItems(opts) {
			jQuery.each(imageList, function(i, val) {
		        opts.itemArray.push(val);
		    });
		}
		
