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

Porscheracing Drivers Association (PDA), now in its 16th year, would like to explain to you that there can be "cost effective Porsche Racing"

Tightly controlled Rules and Regulations between the BRSCC and PDA are aimed to keep costs under control.

The 2007 season brings in, as top name sponsor, Lodge Sports an independent manchester based porsche specialist. Lodge Sports specialise in new and used Porsche parts, race preparation, race cars and Porsche cars that are available for sale.

The 2007 also brings in a new control tyre from Tayo. This is a full race tyre and should see many lap times for many circuits tumble ! The introduction of a new tyre wil also see closer racing with drivers having to deal with new braking zones and new over taking zones.

The 2007 season will be the sixtenth year of the Championship which is designed to be a popular series for both novice and experienced drivers. Importantly, the regulations level the playing field leaving the emphasis on the skill of the driver not on the size of the budget. Highly competitive it may be, but there is a real camaraderie amongst the drivers which is helped in our togetherness by the Lodge Sports paddock hospitality facility.

Ernie Cheetham can be contacted on 0161 3703014

<% do while not rsLogos.eof %>

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

<% rsLogos.movenext loop %>

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