function email(){
	a = "akker.nl";
	b = "info@me";
	c = "ents-b";
	document.write("<a href=\"mailto:" + b + c + a + "\">" + b + c + a + "</a>");
}
