<!-- This example is from the book _JavaScript: The Definitive Guide_.     -->
<!-- Written by David Flanagan.  Copyright (c) 1996 O'Reilly & Associates. -->
<!-- This example is provided WITHOUT WARRANTY either expressed or implied.-->
<!-- You may study, use, modify, and distribute it for any purpose.        -->
<SCRIPT LANGUAGE="JavaScript">
<!-- The message below will only display on non-JavaScript browsers -->
<!-- --> <HR><H1>This Page Requires JavaScript</H1>
<!-- --> Your Web browser is not capable of running JavaScript programs,
<!-- --> so you will not be able to use this page.  Please consider
<!-- --> upgrading to the latest versions of Netscape Navigator or
<!-- --> Microsoft Internet Explorer.
<!-- --> <HR>
<!-- This HTML comment hides the script from non-JavaScript browsers
        .
        .  // JavaScript code goes here
        .
// This JavaScript comment is also the end of the HTML comment above -->
</SCRIPT>
