	The files in this archive are some of the examples from Chapter 1
of JavaScript: The Complete Reference by Thomas Powell and Fritz Schneider. For
more information see http://www.javascriptref.com. 


Filename       Page     Description
---------------------------------------------------------------------
01-004.htm	4	Hello world in JavaScript
01-009.htm	9	Basic use of the <script> element
01-010.htm	10	Using a <script> in the document <head>
01-012.htm	12	Use of a <noscript>
01-012-2.htm	12	Use of a meta refresh in a <noscript>
01-013.htm	13	Simple event handler
01-015.htm	15	Event handler invoking script in the document <head>
01-017.htm	17	Using a linked script
danger.js	17	Linked script required by 01-017.htm
01-022.htm	22	JavaScript entities. NOTE: as per the text in the book,
			Internet Explorer does not support JavaScript entities.
sun.gif		22	Image required by 01-022.htm	
moon.gif	22	Image required by 01-022.htm	
01-024.htm	24	Writing HTML to the document, not using entities


The text of these examples is Copyright (c) 2001 The McGraw-Hill Companies.