Break out of frames
(Only if your own site is with frames)
Put this between your HEAD-taggs:
|
<script language="JavaScript"> <!-- setTimeout ("changePageFrames()", 3000); function changePageFrames() { if (self.parent.location != window.location) self.parent.location = document.location; } //--> </script> |