// This script is used on those classmates for which we have no information.
// It will hide the webmaster's email address
mpname="mikehome"
mpdomain="epool.com"
// Do NOT edit below this line!
// It will mess up the script!
at="@"
to="Mailto:"
document.write("<A HREF='"+to+""+mpname+""+at+""+mpdomain+"?Subject=WebSite Suggestion'>Mike Poston</a>")
