	function showEMail ( username , domainname ) {
		document.write( username + '@' + domainname )
	}
