/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

        jQuery.noConflict();

        jQuery(document).ready(
            function (){
               jQuery("a.group").fancybox();
           }
        );

