<% '--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
RECEIVE A $20.00 CREDIT FOR EACH REFERRAL TO HosTek.com

HosTek.com will give you a $20.00 credit toward your web hosting services with HosTek.com for EACH friend, associate, company or organization that you refer to HosTek.com (excluding the Basic, Ministry and Non-Profit sites which receive their own discount).

All you have to do is tell someone about the great prices and services we offer for web hosting and have them check us out themselves, for free. Remember, we offer the first month for free.

By referring just 1 account to HosTek.com each month, your own site would be practically paid for!

The offer is quite simple. You will receive a $20.00 credit to your account after the referred account has been with HosTek.com for 3 paid months. Don't wait, start earning your $20.00 per referred account today.


Here's an easy way to start earning your referral credits. After you experience being a HosTek.com customer and know the quality of our products and the value of our service, come back here and copy the information below and paste it into an email to send to your friends, family and associates.

NOTE: HosTek.com does not allow nor do we promote the sending of spam (unsolicited email). Therefore, please be responsible and ONLY send this information to people you know.

--->Start Copy Here<---
I want to tell you about a great web hosting company that I use to host my website.

The company is http://hostek.com and the service they provide is unmatched in the industry.

You can move an existing website to HosTek.com or start that new website you've been thinking about. Either way, try HosTek.com.

They will give you your first month free (and they also give a 30 day money back guarantee). You have nothing to lose by trying HosTek.com.

Sincerely,

Your Name Here
your_website.com
--->End Copy Here<---
© 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 %>