/*Script by Anubhav Misra (anubhav_misra@hotmail.com)Submitted to JavaScript Kit (http://javascriptkit.com)For this and 400+ free scripts, visit http://javascriptkit.com*/function validate(text1,text2){ if (text1=="guest" && text2=="ppc123" ) load('http://whiston.ws/family_tree/reunion_web/index.html'); else  {  load('http://whiston.ws/Web_html/password_failed.html'); }}function load(url){ location.href=url;}