$(document).ready(function() {
    $('.mail_address').click(function(){
        if($(this).val()=="jmeno@adresa.cz") $(this).val(""); 
    });
});
