
<!--
 
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>")
}

//-->

