<%@ language = "javascript" %>










<% var email = Request.QueryString("email")+""; var emailSubject = Request.QueryString("email_subject")+""; var emailBody = Request.QueryString("email_body")+""; if (email == "" || emailSubject == "" || emailBody == "") { Response.Write("
There were problems with the information you entered as indicated below:
"); } function define (k) { if (k == "undefined") { Response.Write(""); } else { Response.Write(k); } } function errorMsg(i) { if (i == "" ) { Response.Write("* 
"); } else { Response.Write("* "); } } %>
  Contact MBBA  * = Required Field 
<% var checkListingID= new String(Request.QueryString("listing")); if (checkListingID != 'undefined') { Response.Write(""); } %>
<%= errorMsg(emailBody) %>Subject:
<%= errorMsg(emailBody) %>Body:



  Your Name:
  Title:
  Company:
  Address:
  City:
  State:
  Zip Code:
  Contact Phone:
  Fax:
<%= errorMsg(email) %>Email:
  Web site URL:
  Referred By: