$(function(){    
  // wires up fancybox lib
  $('a.lightbox').fancybox();
  
  // font replacement
  Cufon.replace('h2', { textShadow: '0 1px 1px #666' });
});
