$(document).ready(function() {
      $("a.zoom").fancybox();
      $('a[href^="http://"]').attr("target", "_blank");
});
