$(document).ready(function() {
	Cufon.replace('h2.section_title');
  Cufon.replace('h1,h2', {
  	hover: true
  });
  $("a.modal").fancybox();
});

