<HTML>
<HEAD>
<title>Sample Program Three</title>
</HEAD>
<BODY TEXT="#000000" link="000000" VLINK="#000000" BACKGROUND="background.jpg">
<FONT FACE="ARIAL">

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

<h3><FONT FACE="ARIAL"><CENTER>
	<FORM>
		Please indicate whether you are<P>
		
			<INPUT TYPE="button" VALUE ="New User" onClick ="alert ('Welcome, we value you as a new customer!')">
		
			<INPUT type="button" value="Experienced" onClick ="alert ('Would you like to review some of the sections you already visited?')">
	</FORM>
	
<P><HR><P></center>


<h5><dd><script>
//Always begin your Javascript component with the key word script
//Always document your programs!
//
//  This part of the program prints out the location where the page is actually put.
//
where = document.location
document.write('<i>URL:</i>' + where)

// Always end your Javascript component with the key word /script.
</script>
	<dd>Page Owner:  <a href="http://www.umsl.edu/~sauter/">Professor Sauter</a> (<a href="mailto:Vicki_Sauter@umsl.edu">Vicki.Sauter@umsl.edu</a>)<br>

<dd><SCRIPT LANGUAGE = "JavaScript">
	when = document.lastModified
	document.write("Last Modified: " + when)
</script></dl>

</body>
</html>