// $Source: copyright.js $
// $Date: 2006/06/02 09:36:04CDT $
// $Revision: 1.5 $
// $Author: Cowles, David A (b804700) $
// Description: Copyright lines for External apps

var today = new Date()
document.writeln("<p align='center'>");
document.writeln("  <span class='noPrint'>");
document.writeln("    <img src='//www.bnsf.com/applook/images/dot_clear.gif' width='1' height='7' alt='' border='0' /><br />");
document.writeln("    <span class='footer1'>Report railroad emergencies: <a href='//www.bnsf.com/tools/resourceprotection/protection.html'>BNSF Resource Protection Team (800.832.5452)</a>");
document.writeln("    </span><br />");
document.writeln("  </span>");
document.writeln("  <span class='footer2'>");
document.writeln("    <span class='noPrint'>");
document.writeln("      <a href='//www.bnsf.com/sitetermsofuse.html' target='_blank'>Terms of Use</a>&nbsp;&nbsp;/&nbsp;&nbsp;");
document.writeln("      <a href='//www.bnsf.com/privacy_policy.html'>Privacy Policy</a>&nbsp;&nbsp;/&nbsp;&nbsp;");
document.writeln("      <a href='//www.bnsf.com/aboutbnsf/contacts.html'>Contact Us</a>&nbsp;&nbsp;/&nbsp;&nbsp;");
document.writeln("      <a href='//www.bnsf.com/sitemap.html'>Site Map</a>&nbsp;&nbsp;/&nbsp;&nbsp;");
document.writeln("      <a href='//www.bnsf.com/aboutbnsf/feedback.html'>Feedback</a>");
document.writeln("      <br />");
document.writeln("    </span>");
document.writeln("    &copy; " + today.getFullYear () + " BNSF Railway Company. All Rights Reserved.");
document.writeln("  </span><br />");
document.writeln("<img src='//www.bnsf.com/applook/images/dot_clear.gif' width='1' height='8' alt='' border='0' /><br />");
document.writeln("</p>");
