Update Check
<html>
<head>
    <title>Update Check</title>
    <!-- © James Kanjo 2011 -->
</head>
<body>
    <script type="text/javascript">
        if (window.parent.parent.location.hash != window.location.hash) {
            window.parent.parent.location.href = 'http://' +window.parent.parent.location.hostname + window.parent.parent.location.pathname + window.location.hash;
            window.parent.parent.location.reload();
        }
    </script>
</body>
</html>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License