% '' contact.asp
Option Explicit
Response.Buffer = True
''The following three lines of code are used to make sure that this page is not cached on the client.
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
Dim GoodLogin, logicInstructor, strDispName, strEmail
%>
If you are interested in contacting FSFW, please enter a message into the box below. Our fearless leader will get back to you! If you would rather send a direct email, you can contact töff at toff@arcticcoconut.com.