
function addEmail(label) {
	var n="jole";
	var m=n+'@'+n+".fi"
	document.write("<a href='mailto:"+m+"'>"+(label!=null?label:m)+"</a>");	
}
