// This script is used on those classmates for which we have no information.
// It will hide Jerry Adams' email address
unname="jerry.adams"
undomain="usit.net"
// Do NOT edit below this line!
// It will mess up the script!
at="@"
to="Mailto:"
document.write("<A HREF='"+to+""+unname+""+at+""+undomain+"?Subject=Feedback'>Jerry Adams</a>")
