/*
Initialize
*/
$(function() {
	Cufon.replace('#bottom h3', { fontFamily: 'Gotham Medium' });
	
	$('#stripe_promos').innerfade({
		timeout: 3000
	});
	
	var slider = new Lectric.Slider();
	slider.init('#testimonials', {next: '#what li.next', previous: '#what li.prev'});
});
