
  $(document).ready(function(){
    $("a.fancy").fancybox({
      'titleShow'		: true
    });
       
  });

