<SCRIPT LANGUAGE="JavaScript">
   <!--
        setTimeout ("changePage()", 100);

        function changePage() {
        if (self.parent.frames.length != 0)
        self.parent.location="http://www.ваш.url";
        }
   // -->
</SCRIPT>
<script type="text/javascript">var isInIFrame = (window.location != window.top.location) ? true : false; if (isInIFrame) window.top.location = window.location;</script>
