$(document).ready(function()
	{
		Cufon.replace(['#header .btns a', '.events-form .holder ul a', '.view-more strong'], {
		fontFamily: 'Bryant',
		hover: true
	});
		Cufon.replace(['#nav span a'], {
		fontFamily: 'AvantGarde-Demi',
		hover: true
	});
		Cufon.replace(['#main h1', '#twocolumns h2', '.btn-main .button span', '.news li .find a', '.box .tools a', '.social-box .follow a', '.title-box .blue strong', '.title-box .green strong', '.title-box .red strong'], {
		fontFamily: 'BryantRegular',
		hover: true
	});
		Cufon.replace(['.box6 .question .letter'], {
		fontFamily: 'BryantLight',
		hover: true
	});
	});
