function textboxFocus(item) { item.style.backgroundColor = "#FFF5EE";}function textboxBlur(item) { item.style.backgroundColor = "#FFEEBB";}function formButtonClicked() {var validInput = true;var subject = document.getElementById('subject').value;if (subject == '0') {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 validEmail = true;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("Contact Geekgirl"); 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("Name:"); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Email Address:"); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Subject:"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(" "); document.writeln("
"); document.writeln("Enter Your Questions, Comments, or Feedback Here:"); document.writeln("
"); document.writeln("
"); document.writeln(""); document.writeln("
"); document.writeln("
"); document.writeln("
");