$(function() {
    Cufon.replace('h2', {  hover: true, fontSize:'20', color: '#333', textShadow: 'none'});
	Cufon.replace('h1', { fontSize:'22', color: '#000', textShadow: 'none'});
	Cufon.replace('h3', { fontSize:'18', color: '#fff', textShadow: 'none', lineHeight:'2em'});
	$('h2').css('line-height','1em'); 
});

