<% @LANGUAGE=JavaScript %><% var cgiMonth = parseInt(Request.QueryString("month")); var cgiDay = parseInt(Request.QueryString("day")); var cgiYear = parseInt(Request.QueryString("year")); var client_name = Request.QueryString("client_name"); var phone = Request.QueryString("phone"); var time = Request.QueryString("time"); var call_time = Request.QueryString("call_time"); var staff = Request.QueryString("staff"); var email = Request.QueryString("email"); var reason = Request.QueryString("reason"); var addtolist = Request.QueryString("addtolist"); var i; var timeOptions = ""; var errorLevel = parseInt(Request.QueryString("error")); var errorMsg = ""; if(!isNaN(errorLevel)) { switch(errorLevel) { case 1: errorMsg = "You must enter your name before we can process your appointment request."; break; case 2: errorMsg = "You must enter your telephone number before we can process your appointment request."; break; } errorMsg = "
" + errorMsg + "
"; } for(i=8;i<17;i++) { var theTime = ((i>12) ? (i-12) : i); var suffix = ((i>11) ? "PM" : "AM"); var selected = " selected=\"true\""; timeOptions += ""; timeOptions += ""; timeOptions += ""; timeOptions += ""; } %> Homchick, Smith & Associates, P.L.L.C. -- Schedule an Appointment
Homchick, Smith & Associates, P.L.L.C., Certified Public Accountants
Home|Services|Contact Us
Serving the Northwest since 1934.
<% = ((errorMsg) ? errorMsg : "") %>
Schedule an Appointment with us!
 Name:  " size="22" /> *
 Phone:  " size="22" /> *
 Best time to call: 
 E-Mail:  " size="22" />

I would like to schedule an appointment with at <% for(i=8;i<17;i++) { var theTime = ((i>12) ? (i-12) : i); var suffix = ((i>11) ? "PM" : "AM"); var selected = " selected=\"true\""; timeOptions += ""; timeOptions += ""; timeOptions += ""; timeOptions += ""; }%> <% var today = new Date(); var month = today.getMonth() + 1; var day = today.getDate(); var year = today.getYear(); %> on ,

Purpose of engagement (bookkeeping, accounting, tax, etc.):

"") ? " checked=\"true\"" : "") %> name="addtolist" id="addtolist" />Keep me informed! Let me know when Homchick, Smith & Associates releases new products and services. E-mail address required to receive notifications!

* = Required Field.