$(function(){
  $("a.fb").fancybox(    
    {
      'type'  : 'iframe',
      'width' : 800,
      'height': 600
    }
  );
});
