Cufon.replace('#body_text h2, #body_text h3, #name_change_body h2', 
	{
		fontFamily: 'joeHand 2', 
		hover: true
	}
);

Cufon.replace('#sub_navigation h2', 
	{
		fontFamily: 'Kepler Std', 
		hover: true
	}
);

