<%
'DoPLTown sorted in include/portals.asp
if strCounty <> "" then
DoPLTown strCounty, "", "Buy"
DoPLTown strCounty, "", "Rent"
DoPLTown strCounty, "", "Commercial"
DoPLTown strCounty, "Aldermaston", "Buy"
DoPLTown strCounty, "Aldermaston", "Rent"
DoPLTown strCounty, "Aldermaston", "Commercial"
DoPLTown strCounty, "Ascot", "Buy"
DoPLTown strCounty, "Ascot", "Rent"
DoPLTown strCounty, "Ascot", "Commercial"
DoPLTown strCounty, "Binfield", "Buy"
DoPLTown strCounty, "Binfield", "Rent"
DoPLTown strCounty, "Binfield", "Commercial"
DoPLTown strCounty, "Bracknell", "Buy"
DoPLTown strCounty, "Bracknell", "Rent"
DoPLTown strCounty, "Bracknell", "Commercial"
DoPLTown strCounty, "Bray", "Buy"
DoPLTown strCounty, "Bray", "Rent"
DoPLTown strCounty, "Bray", "Commercial"
DoPLTown strCounty, "Cookham", "Buy"
DoPLTown strCounty, "Cookham", "Rent"
DoPLTown strCounty, "Cookham", "Commercial"
DoPLTown strCounty, "Crowthorne", "Buy"
DoPLTown strCounty, "Crowthorne", "Rent"
DoPLTown strCounty, "Crowthorne", "Commercial"
DoPLTown strCounty, "Datchet", "Buy"
DoPLTown strCounty, "Datchet", "Rent"
DoPLTown strCounty, "Datchet", "Commercial"
DoPLTown strCounty, "Finchampstead", "Buy"
DoPLTown strCounty, "Finchampstead", "Rent"
DoPLTown strCounty, "Finchampstead", "Commercial"
DoPLTown strCounty, "Goring on Thames", "Buy"
DoPLTown strCounty, "Goring on Thames", "Rent"
DoPLTown strCounty, "Goring on Thames", "Commercial"
DoPLTown strCounty, "Hungerford", "Buy"
DoPLTown strCounty, "Hungerford", "Rent"
DoPLTown strCounty, "Hungerford", "Commercial"
DoPLTown strCounty, "Hurst", "Buy"
DoPLTown strCounty, "Hurst", "Rent"
DoPLTown strCounty, "Hurst", "Commercial"
DoPLTown strCounty, "Kintbury", "Buy"
DoPLTown strCounty, "Kintbury", "Rent"
DoPLTown strCounty, "Kintbury", "Commercial"
DoPLTown strCounty, "Langley", "Buy"
DoPLTown strCounty, "Langley", "Rent"
DoPLTown strCounty, "Langley", "Commercial"
DoPLTown strCounty, "Maidenhead", "Buy"
DoPLTown strCounty, "Maidenhead", "Rent"
DoPLTown strCounty, "Maidenhead", "Commercial"
DoPLTown strCounty, "Mortimer", "Buy"
DoPLTown strCounty, "Mortimer", "Rent"
DoPLTown strCounty, "Mortimer", "Commercial"
DoPLTown strCounty, "Newbury", "Buy"
DoPLTown strCounty, "Newbury", "Rent"
DoPLTown strCounty, "Newbury", "Commercial"
DoPLTown strCounty, "Reading", "Buy"
DoPLTown strCounty, "Reading", "Rent"
DoPLTown strCounty, "Reading", "Commercial"
DoPLTown strCounty, "Sandhurst", "Buy"
DoPLTown strCounty, "Sandhurst", "Rent"
DoPLTown strCounty, "Sandhurst", "Commercial"
DoPLTown strCounty, "Slough", "Buy"
DoPLTown strCounty, "Slough", "Rent"
DoPLTown strCounty, "Slough", "Commercial"
DoPLTown strCounty, "Sonning", "Buy"
DoPLTown strCounty, "Sonning", "Rent"
DoPLTown strCounty, "Sonning", "Commercial"
DoPLTown strCounty, "Sunningdale", "Buy"
DoPLTown strCounty, "Sunningdale", "Rent"
DoPLTown strCounty, "Sunningdale", "Commercial"
DoPLTown strCounty, "Sunninghill", "Buy"
DoPLTown strCounty, "Sunninghill", "Rent"
DoPLTown strCounty, "Sunninghill", "Commercial"
DoPLTown strCounty, "Taplow", "Buy"
DoPLTown strCounty, "Taplow", "Rent"
DoPLTown strCounty, "Taplow", "Commercial"
DoPLTown strCounty, "Twyford", "Buy"
DoPLTown strCounty, "Twyford", "Rent"
DoPLTown strCounty, "Twyford", "Commercial"
DoPLTown strCounty, "Wargrave", "Buy"
DoPLTown strCounty, "Wargrave", "Rent"
DoPLTown strCounty, "Wargrave", "Commercial"
DoPLTown strCounty, "Windsor", "Buy"
DoPLTown strCounty, "Windsor", "Rent"
DoPLTown strCounty, "Windsor", "Commercial"
DoPLTown strCounty, "Winnersh", "Buy"
DoPLTown strCounty, "Winnersh", "Rent"
DoPLTown strCounty, "Winnersh", "Commercial"
DoPLTown strCounty, "Wokingham", "Buy"
DoPLTown strCounty, "Wokingham", "Rent"
DoPLTown strCounty, "Wokingham", "Commercial"
DoPLTown strCounty, "Woodley", "Buy"
DoPLTown strCounty, "Woodley", "Rent"
DoPLTown strCounty, "Woodley", "Commercial"
end if
%>
|