function createadreslink(one, two, three, text)
{
	if (three=="")
		three="nl"
	if (two=="")
		two="busiop"
	var total=one+"@"+two+"."+three
	if (text=="")
		text=total
	document.writeln(text.link("mailto:"+total))
}
