I could not get that to work, so I went a different route.
I put this code in the header (at the very beginning).
Code:
<script language="JavaScript1.2">
<!--
function dblclick() {
window.scrollTo(0,0)
}
if (document.layers) {
document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;
//-->
</script>
If you double click on any page, it will take you to the top.