function textboxFocus(item) { item.style.backgroundColor = "#FFF5EE";}function textboxBlur(item) { item.style.backgroundColor = "#FFEEBB";}function formButtonClicked() {var validInput = true;var fname = document.getElementById('fname').value;if (fname.length < 1) {validInput = false;document.getElementById('fnameStar').style.color = '#FF0000';document.getElementById('fname').style.backgroundColor = '#FFDDDD';}else {document.getElementById('fnameStar').style.color = '#000000';document.getElementById('fname').style.backgroundColor = '#FFEEBB';}var customField1 = document.getElementById('customField1').value;if (customField1.length < 1) {validInput = false;document.getElementById('customField1Star').style.color = '#FF0000';document.getElementById('customField1').style.backgroundColor = '#FFDDDD';}else {document.getElementById('customField1Star').style.color = '#000000';document.getElementById('customField1').style.backgroundColor = '#FFEEBB';}var phone = document.getElementById('phone').value;if (phone.length < 7) {validInput = false;document.getElementById('phoneStar').style.color = '#FF0000';document.getElementById('phone').style.backgroundColor = '#FFDDDD';}else {document.getElementById('phoneStar').style.color = '#000000';document.getElementById('phone').style.backgroundColor = '#FFEEBB';}var subject = document.getElementById('subject').value;if (subject.length < 1) {validInput = false;document.getElementById('subjectStar').style.color = '#FF0000';document.getElementById('subject').style.backgroundColor = '#FFDDDD';}else {document.getElementById('subjectStar').style.color = '#000000';document.getElementById('subject').style.backgroundColor = '#FFEEBB';}var lname = document.getElementById('lname').value;if (lname.length < 1) {validInput = false;document.getElementById('lnameStar').style.color = '#FF0000';document.getElementById('lname').style.backgroundColor = '#FFDDDD';}else {document.getElementById('lnameStar').style.color = '#000000';document.getElementById('lname').style.backgroundColor = '#FFEEBB';}var question = document.getElementById('question').value;if (question.length < 1) {validInput = false;document.getElementById('questionStar').style.color = '#FF0000';document.getElementById('question').style.backgroundColor = '#FFDDDD';}else {document.getElementById('questionStar').style.color = '#000000';document.getElementById('question').style.backgroundColor = '#FFEEBB';}var validEmail = true;var email = document.getElementById('email').value;validEmail = (email.indexOf('.') > 0) && (email.indexOf('@') > 0);if (email.length < 1) {validInput = false;}if (email.length < 1 || !validEmail) {document.getElementById('emailStar').style.color = '#FF0000';document.getElementById('email').style.backgroundColor = '#FFDDDD';}else {document.getElementById('emailStar').style.color = '#000000';document.getElementById('email').style.backgroundColor = '#FFEEBB';}if (!validInput || !validEmail) { if (!validEmail && validInput) {alert('The email address you typed in is not valid.');}else {alert('Form is not complete. Please complete items marked in red.');}}else {if (document.getElementById('webPastiesForm') == null) {alert('Please remove the existing
tag from this web page. It is creating a conflict.');return;}document.getElementById('pastiesSubmitButton').value = 'Please Wait...';document.getElementById('webPastiesForm').submit();}} document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Saint John Bosco School Alumni Association"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("First Name:"); document.writeln(" * "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Last Name:"); document.writeln(" * "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Maiden Name"); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Email Address:"); document.writeln(" * "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Phone:"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("SJB Class of"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Birth Date"); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Occupation"); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Spouse (Include Maiden Name)"); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Children"); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Mailing Address"); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("High School Attended"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("A favorite memory for a future newsletter:"); document.writeln(" * "); document.writeln("
"); document.writeln("
"); document.writeln(""); document.writeln("
"); document.writeln("
"); document.writeln("
");