 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('div', 'behavior: url(fileadmin/templates/auranote/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('img', 'behavior: url(fileadmin/templates/auranote/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#content-middle', 'behavior: url(fileadmin/templates/auranote/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#closer', 'behavior: url(fileadmin/templates/auranote/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('#opener .img', 'behavior: url(fileadmin/templates/auranote/iepngfix/iepngfix.htc)');
  document.styleSheets[0].addRule('*', 'behavior: url(fileadmin/templates/auranote/iepngfix/iepngfix.htc)');
 }
