Cufon.replace(['.top_nav li a', '.main_nav li', '.main_nav li a'], {
         hover: true,
         fontFamily: 'TWCentury'
});
Cufon.replace('.homepage_flickr_header a', {
         hover: true,
         fontFamily: 'TWCentury'
});
Cufon.replace('.bottom_left h3', {
         hover: true,
         fontFamily: 'TWCentury',
         textShadow: '#343333 1px 1px'
});

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'
});