<!--input_box=confirm("========================= \nI M P O R T A N T    I N F O R M A T I O N\n =========================\nIf you are registered , please\ncontinue to the login page - Click \"\OK\"\n =========================\nIf you are not registered, please\nregister by using our form - Click \"\Cancel\"\n =========================\n** LOGIN AND PASSWORD REQUIRED **\n +++++++++++++++++++++++++");if (input_box==true){ window.setTimeout("doRedirect1()", 100);}else{alert ("Need to Register");window.setTimeout("doRedirect2()", 100);}function doRedirect1() { location.href = "/login/index.php";;   <!-- set the page to login -->}function doRedirect2() { location.href = "/login/register.php";;   <!-- set the page to registration page -->}  
