var dstamp = [ "November 22, 2009" ]

/* Program:     basesig.js
 * Function:    Write out signiture section based on supplied data.
 * Programmer:  John Sneed, BOR February, 2000.
 *
 * Description:
 * This program is combined with data information supplied by the user
 * requirements coded below and generated by genrivhtml.sh
 * to create another JavaScript file Which is used by the HTML files
 * for river operations.
 *
 * History Section:
 * Version 1.0: 2/03/00  John Sneed.
 * First version.
*/

document.write("<TABLE WIDTH='100%'> <TR>");
document.write("<TD WIDTH='33%' ALIGN='LEFT'>");
document.write("<br>Contact: Janie Jo Smith<br>");
document.write("<a href='mailto:jjsmith@usbr.gov'>jjsmith@usbr.gov</a>");
document.write("<br>Last updated: ");
document.write(dstamp);
document.write("</td><TD WIDTH='67%' ALIGN='CENTER'>");
document.write("</td></tr></table>");
