function mail(first, last)
{
	document.write('<area shape="rect" coords="248,18,516,37" href="mail' + 'to:' + first + '@' + last + '" target="_parent" alt="email_us">');
}
