// This script is used on those classmates for which we have no information.
// It will hide the webmaster's email address
wmname="webmaster"
wmdomain="ghs1966.com"
// Do NOT edit below this line!
// It will mess up the script!
at="@"
to="Mailto:"
document.write("<A HREF='"+to+""+wmname+""+at+""+wmdomain+"'>Webmaster@GHS1966</a>")
