function text(part1, text1, linktext, text2, part2) {
  var result = (text1 + "<a href=\"" + "&#109;ail" + "to&#58;" + part1 + "&#64;" + part2 + "\">" + linktext + "</a>" + text2);
  return result;
} 
document.write(text("info"," &nbsp; &middot; &nbsp; ","Contact Us","","nowater-nolife&#046;&#111;rg?subject=NWNL"));
