<html>

<head>
<title>
Interactive Pendulum Simulation
</title>
</head>

<body leftmargin=0 topmargin=5 marginwidth=0 marginheight=2 bgcolor=#dddddd>
<center>

<table height=100% cellpadding=0 cellspacing=0 border=0>
<tr><td align=center valign=center>
<applet codebase='./java' code="Pendulum.class" width=500 height=15>
<table bgcolor=#eeeeee cellpadding=10 cellspacing=0 border=1>
<tr><td><font size=-1>
You either have Java turned off, or your browser does not support Java applets.
</td></tr></table>
</applet>
</td></tr></table>

</center>
</body>
</html>
