Prosím uistite sa, či všetky polička sú správne vyplnené!";
}else{
// Lets make sure the email they have used is valid, if not tell them...
if(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)){
$finish .= "
Vaša email addresa nieje správna.
";
}else{
// Everything above is fine so lets send the email to admin....
$headers = "From: ".$subject." <".$email.">";
mail("".$adminemail."", "".$subject."", "".$message."", $headers);
// Tell the users that they have completed the form....
$finish .="