$(document).ready(function() { 
  $("a#newCommentAjax").fancybox({'hideOnContentClick': false });
  $("a#popFB").fancybox();
}); 
