// JavaScript Document
function sendit(foo) {
bar = "\x40";  //Leave alone
baz = "first-touch-soccer"; // Your domain name
dotbit = "com";   //The com net org co.uk etc etc etc
document.write("<a href=\"mailto:" + foo + bar + baz + "." + dotbit + "\">" + foo + bar + baz + "." + dotbit + "</a>");
// Before using, you should remove all the comments (the bits after // maks like this bit) so that the script is harder to hack.
}
