﻿function mailme(name) {
	document.write("<a href='mailto:"+name+"@fh-hungary.com '>"+name+"@fh-hungary.com</a>");
}


