function initCufon() {
	Cufon.replace('#nav a.replace, #consultui-header p', { fontFamily: 'TradeGothic', hover: true });
	Cufon.replace('.home-content h1, .intro-text h3, .signup span, .main-content h1, .bloglist .post h2, .bloglist .post h2 a, .post h1,.product-visual h1, #twocolumns .form-holder h2, #home-products h1, #home-blog h3, #on-the-web > h3, #have-2 h3', { fontFamily: 'MyriadPro', hover: true });
}

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