function spay(theName, theText) {
	var PreName, PostOne, PostTwo, insertTag;
		PreName = "\&#109;\&#097;\&#105;\&#108;\&#116;\&#111;\&#058;";
		PostOne = "\&#064;\&#097;\&#110;\&#105;\&#109;\&#097;\&#108;\&#097;\&#100;\&#111;";
		PostTwo = "\&#112;\&#116;\&#105;\&#111;\&#110;\&#046;\&#099;\&#111;\&#109;";
		insertTag = "<a href=\"" + PreName + theName + PostOne + PostTwo + "\">" + theText +  "</a>";
	document.write(insertTag);
}