<%@ Language=VBScript %> <%OPTION EXPLICIT%> <%Response.AddHeader "Pragma", "No-Cache"%> <%Response.expires=0%> <%Response.cachecontrol="private"%> <% 'If we're not entering as a submit from this page... If Request.Form("token") <> "3296" Then Session("AV_Download") = 0 Else If Request.Form("name").Item <> "" AND Request.Form("e-mail").Item <> "" AND Request.Form("phone").Item <> "" Then Response.Redirect "./download_av.asp?" & "name=" & Request.Form("name") & "&email=" & Request.Form("e-mail") & "&phone=" & Request.Form("phone") ElseIf Session("AV_Download") = 0 Then Response.Write ("
You have chosen to proceed without providing the requested contact information. While we would prefer that this information be given, we feel it is more important that you have an opportunity to see and use the demo copy of N-CAP'R.

If you received this message in error, please fill out the below and click the Proceed button.

If you prefer to download the demo copy of N-CAP'R without providing the requested information, just click Proceed.

Thank you for visiting our website and for your consideration of the N-CAP'R program.

") Else Response.Redirect "./download_av.asp?" & "name=" & Request.Form("name") & "&email=" & Request.Form("e-mail") & "&phone=" & Request.Form("phone") End If Session("AV_Download") = Session("AV_Download") + 1 End If %> N-CAP'R AV Demo Download

N-CAP'R AV (Assessed Value) Program

To download a fully functional evaluation copy of the N-CAP'R AV program, please fill out the information below and click "Proceed":

Full Name: value="<%=Request.Form("name")%>"<%End If%> maxlength=48 size=24>
E-mail Address: value="<%=Request.Form("e-mail")%>"<%End If%> maxlength=48 size=24>
Phone: value="<%=Request.Form("phone")%>"<%End If%> maxlength=24 size=24>