
function securityAlert()
{
input_box=confirm("===========SECURITY CERTIFICATE===========\n \nWe want to help you maintain your privacy.\nYou are being connected to a secure server, and you may \nreceive a Security Certificate caution during the login process. \nThat is because our hosting provider, ValueWeb.net, maintains \nthe secure server and the accompanying certificate. \nWhen asked if you want to continue, choose [Yes].");
if (input_box==true)

{
popuplogin(); 
}

else
{
alert ("Request cancelled");
}

}
