

  function admin(){



                var name = prompt("Enter the password to admin the lists.","");

                   if (name=="Kajol1966")

                     {

                        window.open("listsphp/index.php");



                  }

            }





