﻿function mailMe() {
    var mymail = 'umoja';
    parent.location = 'mailto:' + mymail + '@gmx.ch';
}
