<%'ASP Code 'Poll Register if request("load")="processpoll" then if isnumeric(request("pollid")) and isnumeric(request("choiceid")) and NOT isnull(request("pollid")) and NOT isnull(request("choiceid")) then if request.cookies("voted_poll_id_" & request("pollid"))<>"Y" then poll_id=request("pollid") choice_id=request("choiceid") response.cookies("voted_poll_id_" & request("pollid"))="Y" response.cookies("voted_poll_id_" & request("pollid")).expires=date()+120 sql="Insert Into TblPollSubmissions(PollID, ChoiceID, SubmittedOn) Values(" & replsngl(poll_id) & ", " & replsngl(choice_id) & ", '" & now() & "')" conn.execute(SQL) end if end if end if %>

Evertek launched the FIRST Commercial deployment of NLOS broadband wireless internet access services.

Delivering NLOS Broadband Wireless Access to Under served Urban and Rural Markets.
 Updates & Announcements
<%sql="Select Title, ID, PostDate, body from TblNews order by ID DESC" set rs=conn.execute(SQL) for a=1 to 2 if NOT rs.eof then rs_title=rs("title") rs_id=rs("id") rs_postdate=rs("postdate") rs_postdate=formatdatetime(rs_postdate, 2) rs_body=rs("body") BodyCount=Len(rs_body) NeedMore="N" if instr(rs_body, VbCrLF)<>0 then Cutpoint=InStrRev(rs_body, VbCrLF)-1 rs_body=Left(Rs_Body, cutpoint) NeedMore="Y" end if if BodyCount>150 then rs_body=Left(rs_body, 150) if instr(rs_body, VbCrLF)<>0 then cutpoint=InStrRev(rs_body, VbCrLF)-1 else cutpoint=instrrev(rs_body, " ")-1 end if rs_body=Left(Rs_Body, cutpoint) rs_body=Rs_body & "..." NeedMore="Y" end if If NeedMore="Y" then rs_body=RS_body & " more" end if rs_body=replace(rs_body, VbCrLF, "") %>
<%=rs_title%>
<%=rs_postdate%>

<%=rs_body%>

<%rs.movenext end if next rs.close set rs=nothing%>
Why Evertek?
Did you know that some wireless services are affected by heavy rain, snow and other wireless devices?  Evertek uses Licensed frequencies to broadcast data to your home or office.  Unlike other Wireless providers, Evertek is approved by the FCC to run on these Licensed frequencies, which provides a constant, reliable, connection to Evertek customers throughout Northwest Iowa, South Dakota, and Nebraska without interruption. Superior customer service, reliability, local service, and no contracts make Evertek the clear choice for Wireless Internet and Cable TV Services!
For more information, please call our office to speak with our Customer Service Representatives who can provide you with details about all of Evertek’s services and coverage. Our office hours are Monday through Friday 8:00 a.m. - 4:30 p.m.

800-242-0154

<%conn.close set conn=nothing%>