<% '--Define variables aSiteAbbreviation = "HT" aSiteName = "HosTek.com" aShortName = "hostek" aSiteEmail = "sales@hostek.com" aMyCP = "https://my.hostek.net" aCookieName = "HostekRef" aClrBlueDark = "B5CDF3" aClrBlueMedium = "D3E5FA" aClrBlueLight = "EDF2FA" aResoldPrice = "5" aSearchPhrases = "asp hosting, asp web hosting reseller, asp web site hosting, nt web hosting reseller, nt web site hosting, asp nt hosting, affordable asp web hosting reseller, asp access web hosting, frontpage web hosting, asp christian web hosting, christian web site hosting, reseller hosting" aSearchPhraseCF = "coldfusion MX hosting, cold fusion MX 7 hosting, coldfusion hosting, coldfusion web hosting reseller, affordable coldfusion web hosting reseller, coldfusion web site hosting reseller, coldfusion web site hosting, cold fusion web hosting reseller, reseller hosting coldfusion" aSearchPhraseLinux = "linux hosting, linux web hosting reseller, linux web site hosting, apache hosting, apache web hosting, apache web site hosting, affordable asp web hosting reseller" aPageURL = Request.ServerVariables("URL") If INSTR(LCASE(aPageURL), "web-hosting-plans.asp") Then aPageTitle = "affordable asp web hosting and windows reseller web hosting" ElseIf INSTR(LCASE(aPageURL), "web-hosting-plans-coldfusion.asp") Then aPageTitle = "affordable coldfusion web hosting and coldfusion reseller web hosting" ElseIf INSTR(LCASE(aPageURL), "web-hosting-plans-linux.asp") Then aPageTitle = "affordable linux web hosting and linux reseller web hosting" Else aPageTitle = "Affordable Web Hosting" End If %> <%=aPageTitle%> - <%=aSiteName%>
<%=aSearchPhrases%>
web hosting plans FAQ Contact Us Domain Search login
<% If aSiteAbbreviation = "HT" Then %> <% ElseIf aSiteAbbreviation = "HF" Then %> <% End If %>
affordable hosting - outstanding service
homeTestimonialsReseller hostingMinistry HostingNon-Profit HostinghomeTestimonialsReseller hostingMinistry HostingNon-Profit Hosting
Why choose <%=aSiteName%>?
<% If aSiteAbbreviation = "HT" Then %> <% ElseIf aSiteAbbreviation = "HF" Then %> <% End If %>
Ministry HostingMinistry Hosting
<% If aSiteAbbreviation = "HT" Then %> <% ElseIf aSiteAbbreviation = "HF" Then %> <% End If %>
Non-Profit HostingNon-Profit Hosting
MS SQL Server
SSL Certificates
Support Ticket
Knowledge Base
Customer Login
About <%=aSiteName%>
Contact Us
Privacy Statement
<% aCookieName = "HostekRef" aSrc = Request.Cookies(aCookieName)("referer") & "-" & Request.Cookies(aCookieName)("scriptname") %>
NON-PROFIT ORGANIZATION SPECIAL

25%-50% OFF

We are making this special offer to non-profit organizations. Select one of our NPwebHosting.com web hosting plans and we'll give you 25%-50% off our HosTek.com's web hosting price.

That means a non-profit organization can have it's own domain (i.e., www.yourorganization.org) for as low as $59.70 per YEAR. This includes everything the selected hosting plan offers. The only catch (if you want to call it that) to take advantage of this special offer, is that the web hosting must be paid on an annual basis. Monthly or quarterly payment options receive other discounts which you can check out at our NPwebHosting.com site.

Take advantage of this special offer today and receive your first 13 months for the price of 12. That's 1 months free web hosting.

NOTE: Domain Name registration fees are not included in the above total. The domain name registration fee is $10.00/year when you have HosTek.com register your domain name for you (applicable to .com/.net/.org domains only).

Also, once your account is activated, you will automatically be able to take advantage of our referral program by referring businesses to HosTek. Each time HosTek receives a new customer you referred to us, we will credit your account according to our referral schedule. In a very short time, you could have your website for free, simply by telling others about HosTek's great web hosting value. NOTE: Due to the deep discount offered to ministry and non-profit organization related web sites, these deeply discounted sites do not qualify as a referral to the referring account.

Help us spread the word about this web hosting special!
Please add the following HTML code to your home page or somewhere on your site. This HTML code will generate the HosTek logo exactly as shown below. This will help other non-profit organizations find out about this great offer.

<SMALL><FONT FACE="Helvetica, Arial">hosting by</SMALL> <BR>   <A HREF="http://www.hostek.com"><IMG SRC= "http://www.hostek.com/images/hostek_logo.gif" BORDER="0" WIDTH=159 HEIGHT=46 ALT="non-profit web hosting, reseller hosting"><BR></a>


hosting by
non-profit web hosting, reseller hosting
<SMALL><FONT FACE="Helvetica, Arial">hosting by</SMALL> <BR>   <A HREF="http://www.hostek.com"><IMG SRC= "http://www.hostek.com/images/hostek_logo_50.gif" BORDER="0" ALT="non-profit web hosting, reseller hosting"><BR></a>


hosting by
non-profit web hosting, reseller hosting

© 2004 - <%=aSiteName%> - All Rights Reserved. A service of Advanced Online Solutions, Inc.
<% Session("Order") = "ORDER" %> <% Dim aCookieName, aSrc aCookieName = "HostekRef" aSrc = Request.Cookies(aCookieName)("referer") If INSTR(UCASE(Request.ServerVariables("QUERY_STRING")), "SRC=") > 0 OR INSTR(UCASE(Request.ServerVariables("QUERY_STRING")), "?") > 0 Then Response.Cookies(aCookieName)("referer") = Request.ServerVariables("HTTP_REFERER") Response.Cookies(aCookieName)("datetime") = Now Response.Cookies(aCookieName)("scriptname") = Request.ServerVariables("SCRIPT_NAME") & "-" & Request.ServerVariables("QUERY_STRING") Response.Cookies(aCookieName).Expires = Date() + 365 '--store cookie for 365 days Session("URLRefererSrc") = Request.ServerVariables("SCRIPT_NAME") & "-" & Request.ServerVariables("QUERY_STRING") ElseIf LEN(aSrc) > 1 Then 'don't reset it Else aSrc = Request.ServerVariables("HTTP_REFERER") If aSrc <> "" Then Response.Cookies(aCookieName)("referer") = aSrc Response.Cookies(aCookieName)("datetime") = Now Response.Cookies(aCookieName)("scriptname") = Request.ServerVariables("SCRIPT_NAME") Response.Cookies(aCookieName).Expires = Date() + 365 '--store cookie for 365 days 'Response.Cookies ("MYCOOKIE")("BgColor") = "Blue" End If End If %>