$(function() {
	Cufon.replace('h2, h2 a, .main .callout .description p, #homepage .slide.revolutionizing p, #homepage .main .callout p, .callout.get_the_demo p', {
		fontFamily: 'Vista Sans OT Light',
		fontWeight: 100
	});

	Cufon.replace('h1, .main .callout .description h2, .main p.highlight, .aside h2, #footer .section a, #footer .social .section, #homepage .slide.revolutionizing a, #homepage .main .callout .title, .callout.get_the_demo h3, .dollar_a_day', {
		fontFamily: 'Vista Sans OT',
		fontWeight: 400
	});
	
	Cufon.replace('h3, #footer .social .networks li a, #homepage .main .callout .catch_phrase, #homepage .main .callout .more', {
		fontFamily: 'Vista Sans OT Book',
		fontWeight: 300
	});
})
