

// JavaScript Document


Cufon.set('fontFamily', 'NewsGoth BdXCn BT').replace('h2, h3, h4',{
	hover:true
}); 


Cufon.set('fontFamily', 'NewsGoth BdXCn BT').replace('#accordion h4:hover',{
	hover: {
		color: '#2F831A'
	}
}); 




Cufon.set('fontFamily', 'NewsGoth BT').replace('ul#navi li a',{
	hover:true
}); 

