4 function focusOutOfSightLink()
6 document
.getElementsByTagName("a")[0].focus();
10 <body onLoad=
"focusOutOfSightLink()">
11 <div style=
"height:2000px;">
12 padding to make link be initially scrolled out of sight
14 <a href=
"">this link should be focused and revealed after page loads
</a>