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('.jScrollPaneDrag', 'behavior: url(/css/iepngfix.htc)');
	//document.styleSheets[0].addRule('#PreviousEventsContent', 'behavior: url(/css/iepngfix.htc)');
//	document.styleSheets[0].addRule('#ForthcomingShowsContent', 'behavior: url(/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#GalleryContent', 'behavior: url(/css/iepngfix.htc)');
	document.styleSheets[0].addRule('#Heading', 'behavior: url(/css/iepngfix.htc)');
}
