<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsHeader Dim rsHeader_numRows Set rsHeader = Server.CreateObject("ADODB.Recordset") rsHeader.ActiveConnection = MM_dbpda_STRING rsHeader.Source = "SELECT * FROM tblheader" rsHeader.CursorType = 0 rsHeader.CursorLocation = 2 rsHeader.LockType = 1 rsHeader.Open() rsHeader_numRows = 0 %> <% Dim rsLogos Dim rsLogos_numRows Set rsLogos = Server.CreateObject("ADODB.Recordset") rsLogos.ActiveConnection = MM_dbpda_STRING rsLogos.Source = "SELECT * FROM tblLogos ORDER BY position ASC" rsLogos.CursorType = 0 rsLogos.CursorLocation = 2 rsLogos.LockType = 1 rsLogos.Open() rsLogos_numRows = 0 %> Porsche 924 Championship. Home of the PDA
" alt="<%=(rsHeader.Fields.Item("alt").Value)%>">

Items for Sale

Cars and Equipment For Sale.
From time to time drivers decide to sell their cars or other equipment through the Porscheracing Drivers Association newsletter, and consequently they will also appear here.

It is worth noting that the majority of cars for sale will have been prepared to compete in the Lodge Sports Porsche 924 Championship and if you are considering buying a race car it might be worth your while checking the Technical Regulations section to find out what you may be getting. The cars are NOT suitable for road use, so if you are looking for a road-going Porsche, please try elsewhere!

Two other very quick words of caution: all phone codes are UK only (to dial from outside the UK ignore the initial 0 and add 44, but please be aware of any time difference).

All items advertised for sale on this site are done so at the request of the vendors and the PDA. The details of the adverts are the vendors alone. Please note that neither the Author nor the PDA are, by entering such an advert, offering any guarantees or assurances as to any terms of sale that may be in the adverts or discussed or agreed between the vendor and any buyer, or as to the condition, fitness for purpose or price of any item advertised. The Author and the PDA can take no responsibility for any transactions arising from the adverts. Buyer beware!  E&OE!


 

<% do while not rsLogos.eof %>

" target="new">" border="0">

<% rsLogos.movenext loop %>

<% rsLogos.Close() Set rsLogos = Nothing %> <% rsHeader.Close() Set rsHeader = Nothing %>