<!-- hide script from old browsers	var startLink = "<a href=\"mailto:";	var commercialAt = "<img src=\"http:\/\/www.typedu.org\/images\/twelvePx-at_orange.gif\" alt=\"@\" width=\"11\" height=\"14\" hspace=\"0\" vspace=\"0\" border=\"0\" align=\"top\" \/>";	var endLink = "\">&#60;";	var closeTag = "&#62;</a>";		function sendMail(whichName,whichDomein,whichKey)		{		if (whichKey == "a")			{			var superDomein = "at";			}					if (whichKey == "c")			{			var superDomein = "com";			}		if (whichKey == "d")			{			var superDomein = "de";				if (whichKey == "h")			{			var superDomein = "ch";			}		if (whichKey == "l")			{			var superDomein = "nl";			}							if (whichKey == "n")			{			var superDomein = "net";			}				if (whichKey == "o")			{			var superDomein = "org";			}		}					document.write(startLink + whichName + '@' + whichDomein + '.' + superDomein + endLink + whichName + commercialAt + whichDomein + '.' + superDomein + closeTag);		}// end hiding script from old browsers -->