Cufon.replace('h1', {
	color: '-linear-gradient(#A22, #522)',
	fontFamily: 'Planet Space',
	textShadow: '0 1px 0 #eee',
	hover: {
		color: '-linear-gradient(#522, #A22)'
	}
});

Cufon.replace('h2', {
	color: '-linear-gradient(#555, #333)',
	textShadow: '0 1px 0 #eee',
	hover: {
		color: '-linear-gradient(#822, #444)'
	}
});

Cufon.replace('h3, h4', {
	textShadow: '0 1px 0 #eee'
});
