$(document).ready(function() {
    Cufon.replace('h1', { fontFamily: 'ColaborateLight', color: '#144473', fontSize: '39px' });
    Cufon.replace('h2', { fontFamily: 'ColaborateLight', color: '#144473' });
    Cufon.replace('h3', { fontFamily: 'ColaborateLight', color: '#144473' });
    Cufon.replace('h3.widgettitle', { fontFamily: 'ColaborateLight', color: '#EEEEEE' });
    Cufon.replace('#blurb h3', { fontFamily: 'ColaborateLight', color: '#444444', fontSize: '27px' });
    Cufon.replace('h6', { fontFamily: 'ColaborateLight', color: '#144473' });

    if($.browser.msie && $.browser.version == '6.0'){
        location.href = '/upgrade.html';
    }
});
