<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% response.Redirect("http://www.energyhealing.co.uk/school-of-energy-healing-about-us.php")%> <% set cl = server.CreateObject("scripting.dictionary") %> About Energy Healing at the The School of Energy Healing Educational Trust UK

<% if request("c2") = "Tutors_Staff" then %>
<% end if 'request("c2") = "Tutors_Staff" then %>
<% if request("c2") = "About_the_Trust" or request("c2") ="" then %>
About Us

We are a growing community of healers who know that our ability to heal evolves out of our own personal journey of healing and spiritual understanding. We also understand both the challenges and opportunities that we are experiencing at this time of the quickening of consciousness and of human/planetary evolution.
 

As a non-profit Educational Trust all of the money that is generated goes back into the organisation and is used to nurture healing and peacework through education, healthcare and self development.

Our Intention

1.
To hold a safe and supportive space to allow the fullness of each individual to unfold.
 
2.
For participants to be deeply healed themselves and solidly on the path of their life purpose.
 
3.
To teach how to become skilful in managing our own energy from which we create our lives to be as they are.
 
4.
To teach how to be able to effect healing and self realisation in the lives of others.
 
5.
To celebrate life in communion with our brothers and sisters, and with spirit.
 
6.
To support the expansion of conciousness on both an individual and planetary level.


<% end if 'request("nl") = "Introduction" then %> <% if request("c2") = "Our_Intention" then %> width="100%" border="0" cellspacing="0" cellpadding="0">

1.
To hold a safe and supportive space to allow the fullness of each individual to unfold.
 
2.
For participants to be deeply healed themselves and solidly on the path of their life purpose.
 
3.
To teach how to become skilful in managing our own energy from which we create our lives to be as they are.
 
4.
To teach how to be able to effect healing and self realisation in the lives of others.
 
5.
To celebrate life in communion with our brothers and sisters, and with spirit.
 
6.
To support the expansion of conciousness on both an individual and planetary level.
<%end if 'request("c2") = "Our_Intention" then %> <% if request("c4") = "Assistant_Tutors" then %> width="100%" border="0" cellpadding="0" cellspacing="0" >
 

Foundation Course Tutors.

This section is currently awaiting finalised documentation.

Please check back soon for information about our foundation course tutors.

 


ETA for completion of this section is May 2005.

 

<% end if 'request("nl") = "The_Human_Energy_Field" then %> <% if request("c3") <>"" then call set_staff_para(request("idx")) %> >
<%=cl.item("title")%>

<%=cl.item("para_1")%>

 

 

<%=cl.item("photo")%>

<%=cl.item("para_2")%>

<% end if 'request("nl") = "The_Human_Energy_Field" then %> <% if request("c2") = "Acknowledgements" then %> width="100%" border="0" cellpadding="0" cellspacing="0" >
 

Acknowledgements

Barbara Brennan for creating the context within which we do our work. Her contribution to planetary healing has been tremendous.

Shereen Joshua who was the original co-founder of The School of Energy Healing. Her compassion and personal integrity continue to be an unending source of inspiration.
 



Terri George for her years of service to the School. The depth of connection that she creates will always be remembered.

Marianne Lawrence for holding the Third Year of the Professional Training with such love and clarity for three years.

 

<% end if 'request("nl") = "The_Human_Energy_Field" then %> <% if request("c2") = "Complimentary_Medical_Association" then %> width="100%" border="0" cellspacing="0" cellpadding="0">
 


 

 

The School is a member of the Complementary Medical Association. This means that our graduates are recognised by the medical profession and the public as reputable and well qualified.

 

 

Membership also means that we are well placed to respond as and when the time comes for practitioners of healing to be registered with the government via National Vocational Qualification (NVQ's) or other means.

We adhere to the CMA code of ethics.
<% end if 'request("nl") = "The_Human_Energy_Field" then %>
<% ' set_staff_para(request("c3")) MM_energyhealing_STRING function set_staff_para(idx) if idx="" then 'staff_name ="Marc_Blausten" sql = "select * from staff where staff_name='Marc Blausten'" else sql = "select * from staff where idx ="& idx &"" end if Set rs = Server.CreateObject("ADODB.Recordset") rs.ActiveConnection = MM_energyhealing_STRING rs.CursorType = 0 rs.CursorLocation =3 rs.LockType = 1 rs.Source = (sql) rs.Open() if not rs.eof then staff_name = replace(rs("staff_name")," ","_") cl.item("title") = "" & replace(staff_name,"_"," ") & " " & rs("honours") &"" if not isnull(rs("para_1")) then cl.item("para_1") = replace(rs("para_1"),chr(10),"
") if not isnull(rs("para_2")) then cl.item("para_2") = replace(rs("para_2"),chr(10),"
") if not isnull(rs("para_3")) then cl.item("para_3") = replace(rs("para_3"),chr(10),"
") if left(File_Exists("../images/",staff_name&".jpg","y"),5) ="Pass:" then cl.item("photo") = "" else cl.item("photo") = ""'"No Photo" end if 'response.write " aaa " & File_Exists("../images/",staff_name&".jpg","y") end if rs.close set rs = nothing end function %>