$(document).ready(function()
	{
		Cufon.replace(['#content h1','.testimonials blockquote','#home blockquote', 'h1.home'], {
		fontFamily: 'Barmeno-Regular'
	});
	});
