function textboxFocus(item) { item.style.backgroundColor = "#FFFFFF";}function textboxBlur(item) { item.style.backgroundColor = "#FFFFFF";}function formButtonClicked() {var validInput = true;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 = '#FFFFFF';}var customField2 = document.getElementById('customField2').value;if (customField2.length < 1) {validInput = false;document.getElementById('customField2Star').style.color = '#FF0000';document.getElementById('customField2').style.backgroundColor = '#FFDDDD';}else {document.getElementById('customField2Star').style.color = '#000000';document.getElementById('customField2').style.backgroundColor = '#FFFFFF';}var customField3 = document.getElementById('customField3').value;if (customField3.length < 1) {validInput = false;document.getElementById('customField3Star').style.color = '#FF0000';document.getElementById('customField3').style.backgroundColor = '#FFDDDD';}else {document.getElementById('customField3Star').style.color = '#000000';document.getElementById('customField3').style.backgroundColor = '#FFFFFF';}var customField4 = document.getElementById('customField4').value;if (customField4.length < 1) {validInput = false;document.getElementById('customField4Star').style.color = '#FF0000';document.getElementById('customField4').style.backgroundColor = '#FFDDDD';}else {document.getElementById('customField4Star').style.color = '#000000';document.getElementById('customField4').style.backgroundColor = '#FFFFFF';}var dropdownField2 = document.getElementById('dropdown2').value;if (dropdownField2.length < 1) {validInput = false;document.getElementById('dropdownField2Star').style.color = '#FF0000';document.getElementById('dropdown2').style.backgroundColor = '#FFDDDD';}else {document.getElementById('dropdownField2Star').style.color = '#000000';document.getElementById('dropdown2').style.backgroundColor = '#FFFFFF';}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(""); 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("Name"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Your email address"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Tel No"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Address of rental property"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Your Message"); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("Free Valuation ?"); document.writeln(" * "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln(""); document.writeln("
"); document.writeln("
"); document.writeln("
");