<html>

  <head>
    <script language="JavaScript">
    var contentSRC;

    function replaceContent() {
      contentSRC = top.header.contentSRC;
      if (contentSRC == null) {self.location = 'home.html'; -
         }
      else { self.location = contentSRC;  }}

  </script>
  </head>

  <body onload="replaceContent();">
    <!--
  <SCRIPT LANGUAGE="JavaScript">
    var contentSRC;

    function replaceContent() {
      contentSRC = top.header.contentSRC;
      if (contentSRC == null) {self.open('home.html','_self'-
         ); }
      else { self.open(contentSRC,'_self');  }}

  </SCRIPT>
  -->
  </body>

</html>