<html>
<head>
<link rel="icon" href="icon.png"/>
<script>
window.onload = function() {
setTimeout(function() {
this.document.location.replace("#foo");
}, 0);
}
</script>
</head>
</html>
<html>
<head>
<link rel="icon" href="icon.png"/>
<script>
window.onload = function() {
setTimeout(function() {
this.document.location.replace("#foo");
}, 0);
}
</script>
</head>
</html>