function showemail(name2, name1, host, extension)
	{
	//Function that writes the email address to the browser. Name is split and switched for safety.
	document.write(name1+name2+'@'+host+'.'+extension);
	}