<HTML>
<HEAD>
<Title>Sample Program Six </title> 
</HEAD>



<BODY onLoad="alert ('Welcome to this Example!');
		nextPage = 'this page again'"
		onUnload = "alert ('You are on your way to ' + nextPage)" 
			TEXT="#000000" link="000000" VLINK="#000000" BACKGROUND="background.jpg">

<FONT FACE="ARIAL">
<p>

<CENTER><TABLE WIDTH="79%">
	<TR>
		<TD>
			<CENTER><H2><FONT FACE="Beehive"><FONT COLOR="#000000"><FONT SIZE=+4>
			Welcome to the System!</FONT></FONT></FONT></H2></CENTER>
		</TD>
	</TR>
</TABLE></CENTER>

<h3><FONT FACE="ARIAL">

Would you like to visit the
	<A HREF="one.html" onclick="nextPage='first example'">first example</A> 
	or the 
	<a href="two.html" onclick="nextPage='second example'">second example</a>?


In this example, we provide information to our user when he or she leaves our page.<p>
Select "return to index" below.

<P><HR><P></center>


<h6><i>Page Owner:</i>  <a href="http://www.umsl.edu/~sauter/">Professor Sauter</a> (<a
href="mailto:Vicki.Sauter@umsl.edu">Vicki.Sauter@umsl.edu</a>)<br>

<SCRIPT LANGUAGE = "JavaScript">
// This automatically updates the last modified date for the page.
//
	when = document.lastModified
	document.write("<i>This page was last modified on:</i> " + when + "<br>")
//
// This automatically updates the location documentation on the page.
	where = document.location
	document.write("<i>URL:</i> " + where)
</script>

<br>
&#169; Vicki L. Sauter.    All rights Reserved.