

var NumberOfAds = 11;
var now = new Date()
var sec = now.getSeconds()
var AdNumber = sec % NumberOfAds;
AdNumber +=1;



if (AdNumber==1)

{

 News="<p class=quote>&quot;A truly brilliant and amazing course, very powerful stuff not to be taken lightly at all.&quot;</p><p align=right>Jackie Caro</p>";

}


if (AdNumber==2)

{


 News="<p class=quote>&quot;Overall I really enjoyed the course and felt that Mary and Benjamin were clear, challenging and very supportive.  I particularly liked the intensity of the 3 days as it meant that I could immerse myself in the experience and the learning 'flow' was uninterrupted.&quot;</p><p align=right>Yasmeen Arden</p>";

}


if (AdNumber==3)

{


 News="<p class=quote>&quot;...thank you so much for the course.  You have given us all a fantastic opportunity - indeed, a potentially life-changing opportunity...  the training (and your book) have well exceeded my expectations.  You make an excellent team and all of you convey tremendous integrity and care, which helped us to feel safe during the course.&quot;</p><p align=right>Catherine Millican, Buckinghamshire</p>";

}

if (AdNumber==4)

{


 News="<p class=quote>&quot;I am so pleased that I took part in the course and am so grateful to you for making this possible.  I have learnt so many valuable things that I know will not only benefit my work but will also be of benefit to me on a personal level.  It was a great experience to be part of such a wonderful group of people. I feel that so much was also gained from the various skills brought to the group by all its participants.&quot;</p><p align=right>Jo-Ann Nilssen, Hertfordshire</p>";

}


if (AdNumber==5)

{


 News="<p class=quote>&quot;I really enjoyed the course.  It fits really well with my skill set... ...it is the last piece of my jigsaw puzzle and has given me a much deeper understanding into why people do what they do.&quot;</p><p align=right>Sara Rutherford, Tyne and Wear</p>";

}


if (AdNumber==6)

{


 News="<p class=quote>&quot;Just a line to say thank you for the past few days. I am so pleased to have completed the course -Thank you!&quot;</p><p align=right>Alexina Hereford, Oxon</p>";

}



if (AdNumber==7)

{


 News="<p class=quote>&quot;I very much enjoyed the course. It had more to offer than i expected. I mainly enjoyed the practical sessions, which were a huge part of the learning. Towards the end we got an insight about what would happen after the training. This was extremely useful. A real bonus of doing the course is the continuing support and marketing we will receive after the training. Benjamin, Mary and Adrianna were the perfect people to have held the training. Each contributed to our learning in their own expert way.&quot;</p><p align=right>Pam Sandhu</p>";

}



if (AdNumber==8)

{


 News="<p class=quote>&quot;This is not so much a course as a journey. Intensive, fascinating and absolutely recommended.&quot;</p><p align=right>Angela Skidmore</p>";

}


if (AdNumber==9)

{


 News="<p class=quote>&quot;I do think your methodology is excellent and am looking forward to using it.&quot;</p><p align=right>Denyse Whillier</p>";

}


if (AdNumber==10)

{


 News="<p class=quote>&quot;I really loved the course.   Both Benjamin and Mary were really excellent facilitators.  Please pass on my heartfelt thanks to both Benjamin and Mary for such a fantastic 3 days.&quot;</p><p align=right>Stephanie Penman</p>";

}


if (AdNumber==11)

{


 News="<p class=quote>&quot;I can honestly say that this course was the most effective interesting purposeful event in this genre that I’ve done.  Both trainers were excellent, observant, clear, articulate and totally engaged in the process throughout as well as with the participants and each other.  I am glad I did it.  Excellent and Thank You.&quot;</p><p align=right>Jackie</p>";

}

document.write(News)

