<!--
function mailto(){
	var s = 'moc.motsuc-a@pohsbew', mail = 'mailto:';	
	for (i = s.length; i >= 0; i--){
		mail = mail + s.charAt(i);
	}
	location.href = mail;
}
//-->