<!--
 
function hideme(one,two,three){
	var to = "lto:";
	var bb = "ref=";
	var aa = "<a h";
	var username = one;
	var hostname = two;
	var where1 = ".";
	var where2 = three;
	var ma = "mai";
	
	var linktext = username + "@" + hostname + where1  + where2;
	document.write(aa + bb + ma + to + username +
	"@" + hostname + where1 + where2 + ">" + linktext + "</a>")
}
function emailtest(	form, ctrl, value) {
  if (value == "" || value.indexOf ('@', 1) == -1 || 
value.indexOf ('.', 3) == -1) 
  {
    return (false);
  } 
  else
  {
    return (true);
  } 
}

//-->
