jQuery(document).ready(function(){
    Cufon.replace('#home-banners h2, #home-welcome h1, #home-welcome p', {fontFamily: 'GothamLight'});
    Cufon.replace('#top-links a, #top-links span.share, div.block h3, .testi-text', {fontFamily: 'GothamBook'});
    Cufon.replace('#menu a, div.col-main h2.subtitle, button.btn, div.btn, a.betun, #discussion a.link-comment', {fontFamily: 'GothamMedium'});

    Cufon.replace('#menu2 a', {fontFamily: 'GothamMedium', hover: true});
});
