function validate(){	if(window.document.pass.elements[0].value == "revolution"){		window.location.href="http://www.sbaa.com/members/index.htm"	}	else{ 		alert("Incorrect Password");		window.document.pass.elements[0].value="";	}}