$(document).ready(function() {
    $("p#zoom_image_1 a").fancybox({'hideOnContentClick': true});
    $("p#zoom_image_2 a").fancybox({'hideOnContentClick': true});
    $("p#zoom_image_3 a").fancybox({'hideOnContentClick': true});
    $("#comment_form").attr("action", "/fancy/add_comment"); $("#age").val('fancy');
});

function getGroupItems(opts){
    jQuery.each(imageList, function(i, val){
        opts.itemArray.push(val);
    });
}
