jQuery.noConflict();

jQuery(document).ready(function() {
  Cufon.replace('h1.entry-title', { fontFamily: "GothamLight" });
  Cufon.replace('h2', { fontFamily: "GothamLight"});
  Cufon.replace('h3', { fontFamily: "GothamLight"});
  Cufon.replace('.gothambook', { fontFamily: "GothamBook" });
  Cufon.replace('.gothlight', { fontFamily: "GothamLight"});
  Cufon.replace('#menu-primary a', { fontFamily: "GothamBook" });
  Cufon.replace('#searchform label', { fontFamily: "GothamLight" });
}); 

