jQuery(document).ready(function(){
  jQuery('a[rel="lightbox"]').fancybox();
  jQuery('a[rel="umft"]').fancybox();
  jQuery('a.iframe').fancybox({
    width: 770,
    height: 500
  });
  jQuery('a.comment').fancybox({
    scrolling: 'no',
    width: 550,
    height: 390
  });
});

