<script language="JavaScript1.2">
<!-- 
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
var targeturl="http://www.masterasap.com"
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>
<center><h1>Home Hot Key</h1></center>
<p>This script allows you to jump back to the home page if the h or H key on the keyboard is pressed.</p>
