<html>
<head>
<title>New Page 11</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<script language="JavaScript1.2">
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
var targeturl="index.htm"
if (document.layers){
if (e.which==104||e.which==72)
window.location=targeturl
}
else if (document.all){
if (event.keyCode==104||event.keyCode==72)
window.location=targeturl
}
}
document.onkeypress=backhome
</script>
</head>
<body>
<p align="center">Hit The(H) key on your keyboard to send you to a home page that you
configure!!</p>
</body>
</html>