function checkComm(){
    if(document.getElementById('tPost').value==''||document.getElementById('kto').value==''){
        alert('Musisz wypełnić wszystkie pola'); return false; }
    else if (document.getElementById('tPost').value.match('http://')){
        alert('Wklejanie linków w komentarzach jest zabronione'); return false;}
else return true;}
