function CheckRef() {

  //
  // If a page has been specified on the URL, then load it into the main frame...
  // This is only called from home.htm, and will automatically reload the main frame...
  //
  var Args = GetArgs(parent);
  if(Args.showpage) {
    location.replace("http://www.baos.org/" + Args.showpage);
  }

}
