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(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('h1 a', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('div.intro', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#newsletters', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('div.intro', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('div#main', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('div#main-footer', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#sign-up p#bnt-sign-up a', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#blue-footer', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#blueMain', 'behavior: url(/scripts/pngfix/iepngfix.htc)');
	
	
}
