<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsInstructorsList Dim rsInstructorsList_numRows Set rsInstructorsList = Server.CreateObject("ADODB.Recordset") rsInstructorsList.ActiveConnection = MM_kickboxer_STRING rsInstructorsList.Source = "SELECT * FROM Instructors ORDER BY LastName2 DESC" rsInstructorsList.CursorType = 0 rsInstructorsList.CursorLocation = 2 rsInstructorsList.LockType = 1 rsInstructorsList.Open() rsInstructorsList_numRows = 0 %> <% Dim rsCoachesList Dim rsCoachesList_numRows Set rsCoachesList = Server.CreateObject("ADODB.Recordset") rsCoachesList.ActiveConnection = MM_kickboxer_STRING rsCoachesList.Source = "SELECT * FROM Coach ORDER BY LastName ASC" rsCoachesList.CursorType = 0 rsCoachesList.CursorLocation = 2 rsCoachesList.LockType = 1 rsCoachesList.Open() rsCoachesList_numRows = 0 %> <% Dim ChiefInstructorList Dim ChiefInstructorList_numRows Set ChiefInstructorList = Server.CreateObject("ADODB.Recordset") ChiefInstructorList.ActiveConnection = MM_kickboxer_STRING ChiefInstructorList.Source = "SELECT * FROM [Chief Instructor] ORDER BY LastName ASC" ChiefInstructorList.CursorType = 0 ChiefInstructorList.CursorLocation = 2 ChiefInstructorList.LockType = 1 ChiefInstructorList.Open() ChiefInstructorList_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsInstructorsList_numRows = rsInstructorsList_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 rsCoachesList_numRows = rsCoachesList_numRows + Repeat2__numRows %> <% Dim Repeat3__numRows Dim Repeat3__index Repeat3__numRows = 3 Repeat3__index = 0 rsInstructorsList_numRows = rsInstructorsList_numRows + Repeat3__numRows %> The British School of Kickboxing - Instructor Listing
INSTRUCTORS LIST
 
Licence Types:
A - Public Liability
B - Public Liability & Personal Accident
C - Public Liability, Personal Accident & Professional Negligence

All BSK Instructor & Coaches are qualified & fully accredited from recognised body’s in the following areas: -

  • Martial arts diploma *
  • Martial arts instructor certified
  • Martial arts coach certified
  • First aid at work & appointed persons
  • Child safety & protection
  • Health & safety

In addition to being certified in the above areas –

BSK instructors must have a minimum of 4yrs regular practice and be of 1st degree black belt standard
BSK coaches must have a minimum of 3yrs regular practice and be of 3rd kyu brown belt standard
Chief Instructor Grade Licence
Type
Licence
Exp
Contact Club/s location
James Cotton
4th Degree Black Belt
C
10/10/2007

jamescotton@b-s-k.org.uk
Tel: 07821088776

(1) Whitacre Heath, B46 2EH.
(2) Kingsbury, B78 2LG.

Instructor          
David Cheshire
2nd Degree Black Belt
C
10/10/2007

(1) Whitacre Heath, B46 2EH.
(2) Kingsbury, B78 2LG.

Coach
         
Tim Harris
1st Degree Black Belt
A
10/10/2007


(1) Whitacre Heath, B46 2EH.
(2) Kingsbury, B78 2LG.

Helen Thorpe
1st Degree Black Belt
A
10/10/2007

(1) Whitacre Heath, B46 2EH.
(2) Kingsbury, B78 2LG.

Kay Dade
1st Degree Black Belt
A
10/10/2007

(1) Whitacre Heath, B46 2EH.
(2) Kingsbury, B78 2LG.

 

Previous Page

<% rsInstructorsList.Close() Set rsInstructorsList = Nothing %> <% rsCoachesList.Close() Set rsCoachesList = Nothing %> <% ChiefInstructorList.Close() Set ChiefInstructorList = Nothing %>