//try {
  var mydate=new Date();
  var thisyear=mydate.getYear();
  if( thisyear < 2000 ) {
    thisyear+=1900;
  }
  document.write("<br>")
  document.write("<center>")
  document.write("  <font size=\"-1\" color=\"black\">&#169; 1999-"+thisyear+" Flightline, Inc. All rights reserved.")
  document.write("  &nbsp;<b>|</b>&nbsp;&nbsp;<a href=\"/public/eula.html\">License Agreement</a>")
  document.write("  &nbsp;<b>|</b>&nbsp;&nbsp;<a href=\"/public/copyright.html\">Copyright</a>")
  document.write("  </font>")
  document.write("</center>")
  document.close()
//}
//catch( ex ) {
//  throw Error( ex.message+' in flica_footer.js' );
//}
