function writeEmailAddress(to,at,link) {
	if ( typeof( link ) == "undefined" ) {
		link = to + '@' + at;
	}
	document.write("<"+""+"a hre"+""+"f=" + "mail" + "to:" + to + "@" + at + ">" + link + "</"+"a>");
}