if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{


	document.styleSheets[0].addRule('ul#languages li#canada', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('ul#languages li#usa', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('.product p.buyNow a', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('.product img', 'behavior: url(/js/iepngfix.htc)');
	
	
	document.styleSheets[0].addRule('img.pngfix', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('h1', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('#promoBoxHeader h3', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('#promoBoxHeader', 'behavior: url(/js/iepngfix.htc)');
	
}