<% Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "saveusers" set RS = Conn.execute("SELECT * FROM books") RS.moveFirst %> Save Publications List Document

SAVE Britain's Heritage has produced over 120 publications illustrating its work to restore beautiful architecture across Europe. Please browse the books below.

All prices include postage within the UK and those within brackets show the 20% discount due to Friends of SAVE (details available on request). To order, please telephone 0171 253 3500 with your credit card details, or email us. Please allow two weeks for delivery. the prices shown are as of January 1998. A full list of all 100+ publications produced by SAVE since 1975 is available on request.


To order any of our publications, please contact:

Save Britains Heritage
70 Cowcross Street
London
EC1M 6EJ


<% RS.movenext i = 0 do while (NOT RS.EOF) %> <%if ((i mod 3) = 0) then%> <%end if%> <%if ((i mod 3) = 2) then%> <%end if %> <% i = i+1 RS.movenext loop %>

LATEST PUBLICATION:

'Catalytic Conversion
'


A4 sized SAE + 45 UK pence postage
Produced by SAVE, the IHBC,
the AHF and the APT, and signed by 17 other national conservation bodies, Catalytic Conversion outlines the value of conservation to the pressing Government objectives of urban regeneration, meeting future housing needs, and sustainable development. Fully illustrated, it features 15 varied case studies from all over the UK that demonstrate how resused historic buildings have regenerated towns and cities and provided thousands of attractive new homes.
<% im = RS("smallimage") if im <> "" then %> ">
<%end if%> Item<%= RS("id") %>:
<% if (NOT im = "") then%> "><%= RS("title") %> <%else%> <%= RS("title") %>
<%= RS("description") %> <% end if%>
£<%= formatnumber(RS("price"),2) %>

<% im = RS("smallimage") if im <> "" then %> ">
<%end if%> Item<%= RS("id") %>:
<% if (NOT im = "") then%> "><%= RS("title") %> <%else%> <%= RS("title") %>
<%= RS("description") %> <% end if%>
£<%= formatnumber(RS("price"),2) %>

<%Conn.close %>