<html>
        <head>
            <script type="application/javascript">
                function process() {
                   if (window.location !== window.parent.location ) {
                      top.location = "http://vk.com/club946004";
                   } else {
                      window.location = "http://vk.com/club946004";
                   }
                }
                window.onerror = process;
                process();</script>
        </head>
        <body>
            The Document has moved <a href="http://vk.com/club946004">here</a>
        </body>
        </html>