function mailResponse(emailText, firsthalf, secondhalf)
	{
    document.writeln(' ')
    document.write('<a href ="mailto:' +firsthalf +'@' + secondhalf +'">' +emailText + '</a>')
    document.writeln('&nbsp;')
	return;
	}