// by Angus Turnbull - http://www.twinhelix.com

 if (document.all && document.styleSheets && document.styleSheets[0] &&
  document.styleSheets[0].addRule)
 {
  
  document.styleSheets[0].addRule('img', 'behavior: url(http://sdesign1.dvs.demon.net/bni/wp-content/themes/CMSsite/iepngfix.htc)');
 }