// Frame buster
if (top.frames.length != 0) {
	top.location = self.document.location;
}

function writeem(username) {
	var hostname = "thepointministries.org";
	var atsign = "&#64;"
	var linktext = username + atsign + hostname;
	document.write("<a href=" + "mail" + "to:" + username + atsign + hostname + ">" + linktext + "</a>")
}


