function mail(first, last)
{
	document.write('<area shape="rect" coords="250,18,514,36" href="mail' + 'to:' + first + '@' + last + '" target="_parent" alt="email us">');
}