<!--
document.write ("© 1999-")

today=new Date();
y0=today.getFullYear();

document.write(y0)
document.write (" Hands On Communications, Inc. All rights reserved.")
document.write ("<br>")
document.write ("This web page was last updated: ") 

var lastUpdate = new Date(document.lastModified);
var modifiedyear=lastUpdate.getYear()
if (modifiedyear<1000)
modifiedyear+=1900

document.write(lastUpdate.getMonth()+1 + '/' + lastUpdate.getDate() + '/' + modifiedyear)
//document.write ("<br>")
//document.write ("This site is hosted by <a href='http://buellworks.com'>BuellWorks</a>.")
//document.write ("<br><br>")
// -->