﻿$(function () {
    Cufon.replace('h1', { fontFamily: 'ITC Avant Garde Gothic Book' });
    Cufon.replace('.content-center h3, .small-calendar h2, .infoPanel .panel-header h2, h2.subheader', { hover: true, fontFamily: 'ITC Avant Garde Gothic Book' });
    Cufon.replace('#menu li a, #topNavigation li, .promoPanel h2', { hover: true, fontFamily: 'ITC Avant Garde Gothic Medium' });
});
Cufon.DOM.ready(function () {
    Cufon.now();
});
