

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;Thank you for the consultation today, I really feel like a weight had been lifted after all these years.&quot;</p><p align=right>Sally Roberts, 43, Leicestershire</p>";

}



if (AdNumber==2)

{


 News="<p class=quote>&quot;My action plan has energised me significantly in many areas.&quot;</p><p align=right>Shelley Varell, 22, Wrexham</p>";

}



if (AdNumber==3)

{


 News="<p class=quote>&quot;I wanted to say that Tuesday morning was immensely helpful.&quot;</p><p align=right>Kaye Smythe, 19, Nottingham</p>";

}



if (AdNumber==4)

{


 News="<p class=quote>&quot;I was very impressed by Benjamin&acute;s ability to retain and interpret information I gave within the session so precisely and perceptively. The session also served as a great chance for self-reflection and forward-planning, which I found most useful.&quot;</p><p align=right>Kevin Ledger, 42, Cambridge</p>";

}



if (AdNumber==5)

{


 News="<p class=quote>&quot;Those two hours more than made up for the cancelled seminar. Please tell Benjamin that I greatly appreciated his insightful comments and that I&acute;ll take everything to heart. It&acute;ll be interesting to see where that leads me.&quot;</p><p align=right>Dr Brenda Peters, 34, Kent</p>";

}



if (AdNumber==6)

{


 News="<p class=quote>&quot;I wanted to thank you sincerely for the consultation, I left with so much more than I expected and feel that having some insight into why I behave the way I do has already changed the way I look at myself and my actions.<br> I could go on and on but for now just know that I appreciate it immensely and firmly believe my life will improve as a result of seeing you.&quot;</p><p align=right>Clive Ardsley, 24, Fleckney</p>";

}



if (AdNumber==7)

{


 News="<p class=quote>&quot;I feel you have given me a key and now it is up to me to open that box and get my feelings sorted out once and for all. Even in just two days I have begun to feel differently and look at everything from another perspective. This is going to be a difficult journey for me and I have put it off for so long but I am determined to get through this.&quot;</p><p align=right>Andrea Moore, 36, Ibstock</p>";

}



if (AdNumber==8)

{


 News="<p class=quote>&quot;Thank you for such an interesting session yesterday I have started to discover stuff about myself I never really understood and you helped me pinpoint some stuff yesterday.&quot;</p><p align=right>David Parton, 48, Coventry</p>";

}



if (AdNumber==9)

{


 News="<p class=quote>&quot;I think you have an approach and a logic that is clear, uncomplicated, empathetic, and results focussed. So many in your line of work are wooly, theoretical and don&acute;t seem to get to the bottom of things.&quot;</p><p align=right>Stacey Anderson, 32, Devon</p>";

}



if (AdNumber==10)

{


 News="<p class=quote>&quot;Thank you for the quality of the discussion we had and the insight you have given me into myself. I have started to act on some of the making amends and forgiveness issues that we talked about.&quot;</p><p align=right>Graham Silvers, 21, Uxbridge</p>";

}


if (AdNumber==11)

{


 News="<p class=quote>&quot;It was an amazing experience to have a consultation with you (despite the fact that, as I realised later, I had given up any hope of ever being helped) and I wanted to thank you for the time you spent with me. I feel now as if I understand a great number of things which have happened in my life to date which previously I couldn’t put words to and it’s a huge relief. Many thanks and good luck with all the work you are doing.&quot;</p><p align=right>Polly Anderton, 29, Wheatley</p>";

}


document.write(News)





