function initCufon() {
	Cufon.replace('#header .block li,#headerMD .blockMD li,#nav li,#navMD li,.three-columns .more a,#footer .list li a,#footerMD .listMD li a,#content .more a', { fontFamily: 'Trade Gothic B2', hover: true});
	Cufon.replace('.left-col .gallery .title,.mail-box h3,.column h2, h5, .item-list li .info h3,.three-columns .post h3,#content h2,.featured-products li .visual .description,.featured-products li .name, #content h3,#content h4,#content .aside .box h3,#content .aside .blue h4', { fontFamily: 'Trade Gothic B'});
	Cufon.replace('.left-col .gallery p', { fontFamily: 'Trade Gothic Reg'});
	Cufon.replace('.left-col .gallery .by,.aside .box h3 span.small', { fontFamily: 'Trade Gothic 18'});
}

$(document).ready(function(){
	initCufon();
});
