<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rs_detail Dim rs_detail_numRows Set rs_detail = Server.CreateObject("ADODB.Recordset") rs_detail.ActiveConnection = MM_AT_dsn_STRING rs_detail.Source = "SELECT * FROM Talks, jour, Langue, endroit WHERE Langue.ID_langue=2 AND Talks.ID_jour=jour.ID_jour AND Talks.ID_endroit=endroit.ID_endroit AND Talks.ID_langue=Langue.ID_langue ORDER BY Datum ASC" rs_detail.CursorType = 0 rs_detail.CursorLocation = 2 rs_detail.LockType = 1 rs_detail.Open() rs_detail_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rs_detail_numRows = rs_detail_numRows + Repeat1__numRows %> Alexander Technique Brussels - Agenda
 
 
 
 
         

PRESENTATION OF THE ALEXANDER TECHNIQUE

         
 
Athanase Vettas
 
 
 

Athanase Vettas regularly organizes introductory talks and practical demonstrations of the Alexander Technique, where you can get a first hand experience of the Alexander Technique manual approach.

It is also an opportunity for you to get to directly ask your questions about the Technique. It is the best way to discover if the Alexander Technique is what you are looking for.

Cost: 5 € per person.

Participation to the presentations at Rue Solleveld
only on reservation:
By telephone: 0477 29 10 53 or 02 427 02 69
By e-mail: info@alexandertechnique.be
................athvettas@hotmail.com

For a minimum of six people it is possible to arrange other dates or places for an introductory talk.

Dates of Talks

<% While ((Repeat1__numRows <> 0) AND (NOT rs_detail.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs_detail.MoveNext() Wend %>
 <%=(rs_detail.Fields.Item("Day").Value)%> <%=(rs_detail.Fields.Item("Datum").Value)%>  <%=(rs_detail.Fields.Item("Heure").Value)%>
<%=(rs_detail.Fields.Item("Titre").Value)%>
Speaker:   <%=(rs_detail.Fields.Item("Orateur").Value)%>

<%=(rs_detail.Fields.Item("Contenue").Value)%>

Adresse: <% if (rs_detail.Fields.Item("Name").Value) = "" then Response.Write("") else Response.Write (rs_detail.Fields.Item("Name").Value) + "
" end if %> <%=(rs_detail.Fields.Item("Adress").Value)%>
<%=(rs_detail.Fields.Item("Code_postal").Value)%>  <%=(rs_detail.Fields.Item("Commune_E").Value)%>
   
 

 

 
       
  © Athanase Vettas   Webmaster
 
<% rs_detail.Close() Set rs_detail = Nothing %>