function getAddressLink(strAddress)
{
	strTemp1 = "@rto";
	strTemp2 = "sof";
	strTemp3 = "t.com";
	document.write("<a href=\"mailto:" + strAddress + strTemp1 + strTemp2 + strTemp3 + "\">");
}

function endAddressLink ()
{	document.write("</a>");
}
