<!-- This page was created by Tim Morris -->
<!-- change_if_link_has_frames.js -->

<!-- code to put into individual webpages to link to this .js file -->
<!-- <script language="JavaScript" src="../change_if_link_has_frames.js"></script> -->

if( top.parent.frames.length > 0)
  top.parent.location.href=self.location.href;