﻿
 where = "thewoodroad";
 zone = "co";
 country = "uk";
 symbol = "@";
 how = 'm'+'a'+'i'+'l'+'t'+'o'+':'
 af = symbol + where + '.' + zone + '.' + country;

function sendit(who)
{
	return "<a class='linkM' href='" + how + who + af + "'>" + who + af + "</a>";	
	
}

function writeit(who)
{
	document.write( "<a class='linkM' href='" + how + who + af + "'>" + who + af + "</a>");	
	
}
