if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
	document.styleSheets[0].addRule('img.pngfix', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('##primaryContent h4', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('#subNav ul li a', 'behavior: url(/js/iepngfix.htc)');
	
}