$(document).ready(function(){
   initFonts();
});

function initFonts(){
    Cufon.replace('h1');
    Cufon.replace('h2');
    Cufon.replace('h3');
}
