if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) &&  document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule){
	document.styleSheets[0].addRule('img.png', 'behavior: url(/scripts/iepngfix.htc)'); 
	document.styleSheets[0].addRule('input.png', 'behavior: url(/scripts/iepngfix.htc)'); 
	document.styleSheets[0].addRule('a.png', 'behavior: url(/scripts/iepngfix.htc)'); 
 }