/**
 * 
 * Enter description here ...
 * 
 * Last changed: $LastChangedDate: 2011-06-11 16:05:34 +0800 (Sat, 11 Jun 2011) $
 * @author $Author: charles $
 * @version $Revision: 77 $
 *
 */

Cufon.set('fontFamily', 'harabara').replace('h1,h2,h3');
Cufon.replace('h1', {fontSize: '28px', color: '#343434', textShadow: '1px 1px #D1E495', letterSpacing: '2px'}); 
Cufon.replace('h2', {fontSize: '24px'}); 
Cufon.replace('h3', {fontSize: '22px'}); 
Cufon.replace('.bluebox .header h3', {color: '#343434', fontSize: '22px', textShadow: '1px 1px #D1E495'}); 

