% option explicit dim strURL, strCounty, strCountyID, strTitle, strRMLnk, strPLLnk strURL = Request.ServerVariables("HTTP_HOST") strCounty = "wales" strCountyID = "530" strTitle = strURL & " - Search Page" strRMLnk = "http://www.rightmove.co.uk/property/Wales.html" strPLLnk = "http://www.primelocation.com/uk-property-for-sale/browse/all/uk/wales/" %>