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(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('#headSection p#btn-testimonials a', 'behavior: url(/js/iepngfix.htc)');
	document.styleSheets[0].addRule('#headSection p#btn-samples a', 'behavior: url(/js/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#left form button', 'behavior: url(/js/iepngfix.htc)');
	
	document.styleSheets[0].addRule('form#contact button#btn-send', 'behavior: url(/js/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#mainContent p.totalComments', 'behavior: url(/js/iepngfix.htc)');
	
	
}
