// this script hides the email address from robots - mick
	  // also, by putting in an external file, it keeps the META DATA ANALYZERS from adding the code to the keyword density
	  var _u = "infox";
	  var _d = "a-gun.com";
	  var _l = _u + "@" + _d ;
	  var _m = "comments" ;
	  document.write("<a href = 'mailto:" + _l + "'>" + _m + "</a>");