if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) &&
	document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
	// Feel free to add rules for specific tags only, you just have to call it several times.
	document.styleSheets[0].addRule('#Logo img', 'behavior: url(/templates/sba/staticresources/assets/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#Apple img', 'behavior: url(/templates/sba/staticresources/assets/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#ContentContainer', 'behavior: url(/templates/sba/staticresources/assets/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#ContentFoot', 'behavior: url(/templates/sba/staticresources/assets/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#MainContent img', 'behavior: url(/templates/sba/staticresources/assets/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#Promo img', 'behavior: url(/templates/sba/staticresources/assets/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#SideContent img', 'behavior: url(/templates/sba/staticresources/assets/css/iepngfix.htc)');
}
