 //<![CDATA[


 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('h1', 'behavior: url(iepngfix.htc)');
  document.styleSheets[0].addRule('h2', 'behavior: url(iepngfix.htc)');
  document.styleSheets[0].addRule('h3', 'behavior: url(iepngfix.htc)');
 }

 //]]>