
 if (document.all && document.styleSheets && document.styleSheets[0] &&
  document.styleSheets[0].addRule)
 {
 
  document.styleSheets[0].addRule('*', 'behavior: url(/wp-content/themes/launch/js/iepngfix.htc)');
 }
