<!--//

function mail(username,hostname) {

window.location = 'mail' + 'to:' + username + '@' + hostname + '.sk';
}

//-->

