function dolink()
{
f = "co";c = "frome";a = "info";d = "rec";e = ".";b =  "@";g="uk";
window.location = "mailto:" +a+b+c+d+e+f+e+g;
} 
