// 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 + '%72%65%69%74%73%70%6F%72%74%2D%67%75%6E%64%6C%61%63%68%2E%63%68';
	window.location.replace(locationstring);
}