function submitForm() {
var cislo = 2 * 10;
if (cislo==20) {
  var retezec = 'comments';
  var slouceni = 'http://zdenekkostal.cz/wp-'+retezec+'-post.php';
  document.getElementById('commentform').action=slouceni;
  }
  else {
  document.getElementById('commentform').action='http://zdenekkostal.cz/wp-neexistuje.php';
};
};