function subscriptionEditClick(a) {
    var text = 'wpisz swój e-mail';
    if (a.value == text) a.value ='';
    else if (a.value == '') a.value =text;

}
