×
 |
SIGN UP| Forgot?
search button

(Search results will populate automatically)

forgetMe();function myLoginStart(){ // uses PHP variable from above to pass user email/pword in myLogin function below //myLogin(); myLogin(); } // 'interaction' rating algorythm tabulation interactR(); // clear login if remember me not checked function forgetMe() { // alert(''); document.getElementById('signUpRemRadio').checked = ''; document.getElementById('userTxt').value = ''; document.getElementById('userPW').value = ''; }