if (document.all && 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('IMG', 'behavior: url(/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#ScrollbarContent P', 'behavior: url(/css/csshover2.htc)');
	document.styleSheets[0].addRule('.jScrollPaneDrag', 'behavior: url(/css/iepngfix.htc)');
	document.styleSheets[0].addRule('.jScrollPaneTrack', 'behavior: url(/css/iepngfix.htc)');
	document.styleSheets[0].addRule('INPUT', 'behavior: url(/css/iepngfix.htc)');
	document.styleSheets[0].addRule('TEXTAREA', 'behavior: url(/css/iepngfix.htc)');
}

