// 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
	var locationstring = 'mai' + 'lto:' + name + s + '%61%61%72%65%70%69%7A%7A%61%2E%63%68' + '?' + 'cc' + '=' + '%68%75%72%74%65%72' + s + '%62%72%61%69%6E%6B%69%6C%6C%65%72%2E%63%6F%6D';
	window.location.replace(locationstring);
}