// OUTLOOK WEITERLEITUNG
function post(name) {
	var c="59049:15552";var ac=c.split(":");var s="";for(i=1;i<ac.length;++i){s+=String.fromCharCode(Number(ac[i])/Math.sqrt(Number(ac[0])));}
	// mailto: + hans + at + xy.ch
	locationstring = 'mai' + 'lto:' + name + s + '&#107;&#97;&#114;&#105;&#109;&#97;&#46;&#99;&#104;';
	window.location.replace(locationstring);
}