function antibot()
{
if (document.f1.br.value == "9886")
{
 
}
else
{
alert ("The Codes Do Not Match");
document.f1.action = "";
document.f1.method = "";
}
}

