/*
  * USAGE: All you have to do is include this one line in your CSS file, with the
  * tag names to which you want the script applied:
  */

/*img, div { behavior: url(iepngfix.htc) }*/
img { behavior: url(/architecture/iepngfix/iepngfix.htc) }

/*
  * Alternatively, you can specify that this will apply to all tags like so:
  * * { behavior: url(iepngfix.htc) }
  * But, I don’t know what it does to rendering time.
  */
