
function linkIt(e) {
	e += "@" + "online" + "vitality";
	e += "." + "com";
	var s = "<a href='mailto:" + e + "'>" + e + "</a>";
	document.write (s);
}
