function initCufon() {
	Cufon.set('fontFamily', 'Myriad Pro B');
	Cufon.replace('.discount strong');
	
	Cufon.replace(".special strong", {textShadow: "1px 1px rgba(0, 0, 0, 0.5)"});

	
	
	Cufon.set('fontFamily', 'Myriad Pro');
	
	Cufon.replace('.action-list ul li .text', {hover: true});
	Cufon.replace('.discount strong span');
	
	Cufon.replace(".special span, .special em", {textShadow: "1px 1px rgba(0, 0, 0, 0.5)"});
	
	
	
	
}
$(document).ready(function(){initCufon();});
