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

Porsche 924 Technical Regulations

The Lodge Sports Porsche 924 Championship is designed to be a form of cost effective Porsche racing. The ongoing theme for its participants is that we meet together during the "season" with our race cars and aim to enjoy each other's company - more, in some ways, off the track! It is designed to be a competitive series but we should all endeavour to pay respect and help each other.

  • We have a sponsorship that brings us tyres very competitively priced.

  • We have lots of Awards

  • We have a points system that is designed to get success - "just keep finishing your races".

So give Ernie Cheetham a call and he'll give you lots of help and guidance towards joining in the fun that is the Lodge Sports Porsche 924 championship.

The telephone number is, or course,

0161 3703014 !

 

The technical regulations for the 2007 season are available in downloadable form or obtainable from Ernie Cheetham.

Regulations :

BRSCC Racing Technical 2007 Regulations

New Control Tire specification

Tire Proxes R 888

<% do while not rsLogos.eof %>

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

<% rsLogos.movenext loop %>

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