// JavaScript Document
function createEmail(user, host, ext)
{
	var theEmail = user + "&#64" + host + "." + ext; 
	document.write("<a hre" + "f=ma" + "ilto:" + user + "&#64" + host + "." + ext + ">" + theEmail + "</a>"); 
}
