%
'--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
%>