Cufon.replace(['.nav li a'], {
         hover: true,
         fontFamily: 'Gotham HTF'
});
Cufon.replace(['.hp_bottom h3', '.content_left h3', '.content_right h3', '.content_right h4', '.hp_bottom h4'], {
         hover: true,
         fontFamily: 'Gotham HTF Medium'
});
Cufon.replace('.featured h3', {
         hover: true,
         fontFamily: 'Gotham HTF Medium'
});

Cufon.replace('.main h2', {
         hover: true,
         fontFamily: 'TWCentury'
});

Cufon.replace('.page_header h3', {
         hover: true,
         fontFamily: 'TWCentury'
});
Cufon.replace('.side_box h5', {
         hover: true,
         fontFamily: 'TWCentury'
});
Cufon.replace('.sidebar_header h3', {
         hover: true,
         fontFamily: 'TWCentury',
         textShadow: '#333333 1px 1px'
});

Cufon.replace('.community_header h2', {
         hover: true,
         fontFamily: 'TWCentury',
         textShadow: '#ad7dd3 1px 1px'
});

Cufon.replace('.community_header a', {
         hover: true,
         fontFamily: 'TWCentury'
});
