// Cufon
$(document).ready(function(){
    Cufon.replace('h2, h3', { fontFamily: 'Century Gothic', hover:true });
});
