function initCufon() {
	Cufon.replace('.cms-page-view .col2-left-layout .col-main .cms-content .bg-grad h1', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.cms-page-view .col2-left-layout .col-main .cms-content .bg-grad-flag h1', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.page-title h1', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.description-holder h1', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.block-content h1', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.body-content h2', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.news-container h2', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.cart-name h2, .cart-delivery .days, .cart-price, .totals-cell em', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.cms-page-view .col2-left-layout .col-main .cms-content .news h1, h2.legend', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	Cufon.replace('.bg-grad h1, .bg-grad h2, .bg-grad h3, .bg-grad h4, #magepress-blogs h2, .bg-about, .bg-cashmere', { fontFamily: 'Helvetica Neue UltraLight', hover: true });
	
	
	
}

jQuery(document).ready(function(){
	initCufon();
});