 $(document).ready(function() {
   // Photogallery 
   $(".imageItem a").fancybox({
     'titleShow' : 'false'
   });
});
