function cw()
  {
  // Copyright notice
  document.write(" <font color=444444 size=1><p> ");
  document.write(" www.DanBenavidez.com, the website, and the logo ");
  document.write(" are copyright &copy 2000 through 2007 by Dan Benavidez. ");
  document.write(" </font> ");

  document.close();

  return true;
  }

