var hotkey=116
var destination="Clock__04.html"
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
if (document.layers){
if (e.which==hotkey)
winpops=window.open(destination,"","width=300,height=300")
}
else if (document.all){
if (event.keyCode==hotkey)
winpops=window.open(destination,"","width=300,height=300")
}}
document.onkeypress=backhome