function selfCheck()
{
if (self.location != top.location)
top.location = self.location;
}
selfCheck();

function hidedomain(username) {
var at = "&#64;";
var hostname = "readmatthews.com";
var comptext = username + at + hostname;
var complink = "<" + "a href=" + "ma" + "il" + "to:" + comptext + ">" + comptext + "<" + "/a>";
return complink;
}