<%
'DoPLTown sorted in include/portals.asp
if strCounty <> "" then
DoPLTown strCounty, "", "Buy"
DoPLTown strCounty, "", "Rent"
DoPLTown strCounty, "", "Commercial"
DoPLTown strCounty, "Abbots Worthy", "Buy"
DoPLTown strCounty, "Abbots Worthy", "Rent"
DoPLTown strCounty, "Abbots Worthy", "Commercial"
DoPLTown strCounty, "Abbots Ann", "Buy"
DoPLTown strCounty, "Abbots Ann", "Rent"
DoPLTown strCounty, "Abbots Ann", "Commercial"
DoPLTown strCounty, "Aldershot", "Buy"
DoPLTown strCounty, "Aldershot", "Rent"
DoPLTown strCounty, "Aldershot", "Commercial"
DoPLTown strCounty, "Alton", "Buy"
DoPLTown strCounty, "Alton", "Rent"
DoPLTown strCounty, "Alton", "Commercial"
DoPLTown strCounty, "Alverstoke", "Buy"
DoPLTown strCounty, "Alverstoke", "Rent"
DoPLTown strCounty, "Alverstoke", "Commercial"
DoPLTown strCounty, "Andover", "Buy"
DoPLTown strCounty, "Andover", "Rent"
DoPLTown strCounty, "Andover", "Commercial"
DoPLTown strCounty, "Appleshaw", "Buy"
DoPLTown strCounty, "Appleshaw", "Rent"
DoPLTown strCounty, "Appleshaw", "Commercial"
DoPLTown strCounty, "Arford", "Buy"
DoPLTown strCounty, "Arford", "Rent"
DoPLTown strCounty, "Arford", "Commercial"
DoPLTown strCounty, "Ashley", "Buy"
DoPLTown strCounty, "Ashley", "Rent"
DoPLTown strCounty, "Ashley", "Commercial"
DoPLTown strCounty, "Ashmansworth", "Buy"
DoPLTown strCounty, "Ashmansworth", "Rent"
DoPLTown strCounty, "Ashmansworth", "Commercial"
DoPLTown strCounty, "Ashurst", "Buy"
DoPLTown strCounty, "Ashurst", "Rent"
DoPLTown strCounty, "Ashurst", "Commercial"
DoPLTown strCounty, "Axford", "Buy"
DoPLTown strCounty, "Axford", "Rent"
DoPLTown strCounty, "Axford", "Commercial"
DoPLTown strCounty, "Bartley", "Buy"
DoPLTown strCounty, "Bartley", "Rent"
DoPLTown strCounty, "Bartley", "Commercial"
DoPLTown strCounty, "Barton on Sea", "Buy"
DoPLTown strCounty, "Barton on Sea", "Rent"
DoPLTown strCounty, "Barton on Sea", "Commercial"
DoPLTown strCounty, "Barton Stacey", "Buy"
DoPLTown strCounty, "Barton Stacey", "Rent"
DoPLTown strCounty, "Barton Stacey", "Commercial"
DoPLTown strCounty, "Basing", "Buy"
DoPLTown strCounty, "Basing", "Rent"
DoPLTown strCounty, "Basing", "Commercial"
DoPLTown strCounty, "Basingstoke", "Buy"
DoPLTown strCounty, "Basingstoke", "Rent"
DoPLTown strCounty, "Basingstoke", "Commercial"
DoPLTown strCounty, "Bassett", "Buy"
DoPLTown strCounty, "Bassett", "Rent"
DoPLTown strCounty, "Bassett", "Commercial"
DoPLTown strCounty, "Baughurst", "Buy"
DoPLTown strCounty, "Baughurst", "Rent"
DoPLTown strCounty, "Baughurst", "Commercial"
DoPLTown strCounty, "Beaulieu", "Buy"
DoPLTown strCounty, "Beaulieu", "Rent"
DoPLTown strCounty, "Beaulieu", "Commercial"
DoPLTown strCounty, "Bedhampton", "Buy"
DoPLTown strCounty, "Bedhampton", "Rent"
DoPLTown strCounty, "Bedhampton", "Commercial"
DoPLTown strCounty, "Bentley", "Buy"
DoPLTown strCounty, "Bentley", "Rent"
DoPLTown strCounty, "Bentley", "Commercial"
DoPLTown strCounty, "Bentworth", "Buy"
DoPLTown strCounty, "Bentworth", "Rent"
DoPLTown strCounty, "Bentworth", "Commercial"
DoPLTown strCounty, "Bighton", "Buy"
DoPLTown strCounty, "Bighton", "Rent"
DoPLTown strCounty, "Bighton", "Commercial"
DoPLTown strCounty, "Binsted", "Buy"
DoPLTown strCounty, "Binsted", "Rent"
DoPLTown strCounty, "Binsted", "Commercial"
DoPLTown strCounty, "Bishop's Sutton", "Buy"
DoPLTown strCounty, "Bishop's Sutton", "Rent"
DoPLTown strCounty, "Bishop's Sutton", "Commercial"
DoPLTown strCounty, "Bishop's Waltham", "Buy"
DoPLTown strCounty, "Bishop's Waltham", "Rent"
DoPLTown strCounty, "Bishop's Waltham", "Commercial"
DoPLTown strCounty, "Bishopstoke", "Buy"
DoPLTown strCounty, "Bishopstoke", "Rent"
DoPLTown strCounty, "Bishopstoke", "Commercial"
DoPLTown strCounty, "Bisterne", "Buy"
DoPLTown strCounty, "Bisterne", "Rent"
DoPLTown strCounty, "Bisterne", "Commercial"
DoPLTown strCounty, "Bitterne", "Buy"
DoPLTown strCounty, "Bitterne", "Rent"
DoPLTown strCounty, "Bitterne", "Commercial"
DoPLTown strCounty, "Southampton", "Buy"
DoPLTown strCounty, "Southampton", "Rent"
DoPLTown strCounty, "Southampton", "Commercial"
DoPLTown strCounty, "Winchester", "Buy"
DoPLTown strCounty, "Winchester", "Rent"
DoPLTown strCounty, "Winchester", "Commercial"
DoPLTown strCounty, "Portsmouth", "Buy"
DoPLTown strCounty, "Portsmouth", "Rent"
DoPLTown strCounty, "Portsmouth", "Commercial"
end if
%>
|