function initCufon() {
    Cufon.replace('#nav a', { fontFamily: 'Gotham-Book',  hover: true });
    //Cufon.replace('#nav a', { fontFamily: 'Gotham-Book',  hover: false });
    //Cufon.replace('#header .text-holder p, #nav a:hover, #nav .active a, #nav.home li:first-child a', { fontFamily: 'Gotham-Medium',  hover: true });
    Cufon.replace('#header .text-holder p', { fontFamily: 'Gotham-Medium',  hover: true });
    Cufon.replace('#header .enter', { fontFamily: 'Gotham-Bold'});
    Cufon.replace('#header .text-holder h1', { fontFamily: 'Gotham-Black'});
}

initCufon();

