name="translation"
site="dikto.biz"

// Don't change anything below unless you know what you're doing.

protocol="mailto:"

p=""
for (i=0;i<protocol.length;i++)
	{
	p+="&#"+protocol.charCodeAt(i)+";"
	}

n=""
for (i=0;i<name.length;i++)
	{
	n+="&#"+name.charCodeAt(i)+";"
	}

h = "&#064;"

s=""
for (i=0;i<site.length;i++)
	{
	s+="&#"+site.charCodeAt(i)+";"
	}

document.write("<a href='"+p+n+h+s+"'\">"+n+h+s+"</A>")
//
//

