var name ="info";
var atsign = "@";
var thedomain = "webwitchery";
var dotcomdotau = ".com.au";

document.write("<a href=mailto:",name+atsign + thedomain + dotcomdotau,">Webmaster</a>");

