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

Calendar for the 2007 Season

Come and See Us

You are welcome to come and see the 924's in action. We race at circuits all over the UK. You will usually find us parked up somewhere close to the action!

Proposed 2007 Championship Dates

March 31st 
(Double header)
Croft
May 5th - 6th
(Double Header)
May 26th - 27th
(Double Header)
Croix (France)
July 27th - 29th
(Double Header)
August 11th - 12th
(Double Header)
September 8th - 9th
(Double Header)
October 13th - 14th
(Double Header)

The BRSCC have a new universal entry to enter each round - Download Here

14 Championship races with the driver being able to drop three race scores.

THESE DATES ARE PROVISIONAL AND MAY CHANGE.

 

 

 

<% do while not rsLogos.eof %>

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

<% rsLogos.movenext loop %>

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