$(document).ready(function() {
      $("a.fancyPopup").fancybox({
       'titlePosition' : 'inside'
      });
     });


