if(Math.round(3.25) == 3) {
document.getElementById('prmail').innerHTML = 'office@alright.cz';
document.getElementById('prmail').href = 'mailto:office@alright.cz';
}