
		$(function() { 
    if ($('*').is('a[rel="fancybox"]')) { 
        $('a[rel="fancybox"]').fancybox(); 
    } 

}); 




