peel
peel |
---|
I must peel the potatoes, will you answer the phone? Muszę obrać ziemniaki, możesz odebrać telefon? |
function x () { return; } function ac_smilie(thesmile) { document.akocommentform.comment.value += " "+thesmile+" "; document.akocommentform.comment.focus(); } function validate(){ if (document.akocommentform.comment.value==''){ alert("Proszę, dodaj komentarz."); } else { document.akocommentform.action = 'index.php'; document.akocommentform.submit(); } }