IE6 doesn't run on Windows 95... if you're on Windows 95, the last version of IE released to run on that platform was IE 5.5.
Which is fine though, Dean Edwards's script should work on IE 5.5. Though there may be other things to consider if that is the platform, there is no "standards" mode, for example, only IE quirks.
The problem is a typo in the source:
<html:script src="ie7/ie7-standard-p.
js" type="text/javascript"></html:script>
It should be:
<script src="ie7/ie7-standard-p.
js" type="text/javascript"></script>
Hope this helps.
Regards,
Rich
--
Author,
Beginning CSS: Cascading Style Sheets For Web Design, 2nd Edition
CSS Instant Results
http://www.catb.org/~esr/faqs/smart-questions.html