//   $Workfile:   copyright.js  $
//       $Date: 2007/04/26 00:01:11CDT $
//   $Revision: 1.1 $
//     $Author: c801042 $
// Description:   Copyright lines for Internal apps

document.writeln("<BR>");
document.writeln("<CENTER class='copyright' id='copyright'>");
document.writeln("  Copyright &copy; 2005 BNSF Railway Co. All Rights Reserved.");
document.writeln("</CENTER>");
document.writeln("<BR>");

