function initCufon() {
	Cufon.set('fontFamily', 'ArnoPro');
	Cufon.replace('.top-nav ul li a , .top-nav ul li , .navigation  ul li a  ', { hover: true });
	Cufon.replace('.info p, .search-form label, .promo .text-holder h1, .promo .text-holder h2 , .container-content h2 , .footer-content h3 , .returning-customer, .new-customer, .get-info, .billing-address, .shipping-address, .option-info, .content-container h1 , .content-container h2 , .content h1, .grad-box h3 , .box h3, .gallery .slide h2 ,.box-col-1 h3, .box-col-2 h3 ');
}
window.addEvent('domready', function(){
	initCufon();
});
