//-->
function mailto() {
	a = "<a href='mailto:"
	b = "hea_fusing"
	c = "@"
	d = "hotmail."
	e = "com"
	f = "' title='Email'>"
	g = "E-post"
	h = "</a>"

	document.write(a+b+c+d+e+f+g+h)
	document.close()
}
//-->