<html>
<head>
<title>page title</title>
<script type="text/javascript">
function onload() {
document.location = '#pass';
}
</script>
</head>
<body onLoad="onload()">
</body>
</html>
<html>
<head>
<title>page title</title>
<script type="text/javascript">
function onload() {
document.location = '#pass';
}
</script>
</head>
<body onLoad="onload()">
</body>
</html>