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