<%@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)%>">

Links to other sites

British Racing & Sports Car Club

Entry Form For 924 Rounds

A club which supports the 924 Series The Independent Porsche Enthusiasts Club

Video of Porsche 924s in action VFS Motor Racing Videos

Club924, a UK website dedicated to the Porsche 924

www.ryanhooker-racing.co.uk - a past champion and current racer in our series

Duckman Racing - The 2006 Porsche 924 championship winner

Will Disadale - A regular 924 championship front runner

Lodge Sports
Race setups - Parts ( New and 2nd ) - Race Cars

Lodge Sports Porche 924 Race Experiance
Try you hand at driving a race prepared 924.

www.mst-group.co.uk
For BRSCC Race Results and Time Tables

www.msauk.org
(MSA) is recognised as the governing body of motor sport in Great Britain by the world governing body, the Fédération Internationale de l’Automobile (FIA).

www.racingware.co.uk
New UK site for Mostorsports equipment.

http://www.porscheclubgb.com
The Porsche Club of Great Britian

<% do while not rsLogos.eof %>

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

<% rsLogos.movenext loop %>

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