function initCufon() {
	//Cufon.replace('h1', { fontFamily: 'Vegur' });
	Cufon.replace('.sidebarLt #nav li a', {fontFamily: 'Gotham Book', hover: true});
	Cufon.replace('.textBox h3', {fontFamily: 'Gotham Bold'});
	Cufon.replace('.sidebarLtBot h2', {fontFamily: 'Gotham Medium'});
	Cufon.replace('.sidebarLtBot p', {fontFamily: 'Gotham Book'});
	Cufon.replace('.textBox .inputBox input', {fontFamily: 'Gotham Book'});
	Cufon.replace('.testimonial em', {fontFamily: 'ITC New Baskerville Std'});
	
}
jQuery(document).ready(function(){
	initCufon();
});
