<html>
<head>
<script>
window.onload = function() {
setTimeout(function() {
this.document.location.replace("/favicon/page_with_favicon.html");
}, 0);
}
</script>
</head>
</html>
<html>
<head>
<script>
window.onload = function() {
setTimeout(function() {
this.document.location.replace("/favicon/page_with_favicon.html");
}, 0);
}
</script>
</head>
</html>