JavaScript and DHTML Wizardry
Hiding scripts from old browsers
Older browsers don't understand JavaScript
Netscape 1.x, MSIE 3.0 and earlier, America Online browser before version 4
Enclose your scripts inside HTML comment tags
<!-- to begin
// to end -->