// RANDOM TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<p>EmoTrance is quite simply the most beautiful graceful and simple healing and self care approach I have come across. <br>Dr Mark Atkinson</p>"
random_text[number++] = "<p>There is something about the natural grace and beauty of Emotrance that is absolutely intriguing.<br>Carna Zacharias Miller</p>"
random_text[number++] = "<p>I feel amazed at both the simplicity and the power of EmoTrance<br>Ela Burton.</p>"
random_text[number++] = "<p>EmoTrance is a fantastic healing tool to be used on its own or in conjunction with other therapies.<br>Nigel Deans</p>"
random_text[number++] = "<p>EmoTrance gets down to the crux of emotional issues without any jargon or superficial overlay.<br>Pat Wynne</p>"
random_text[number++] = "<p>The feedback and results from my clients have been amazing.<br>Figen Genco</p>"
random_text[number++] = "<p>EmoTrance is simple, non-invasive, yet powerful and so very empowering to both the client and the practitioner.<br>Jane Riddick</p>"
random_text[number++] = "<p>To be able to assist someone within a very short time reclaim calm, joy and tranquility without medications is a gift to be shared.<br>Mitzi Cline</p>"
random_text[number++] = "<p>EmoTrance is so easy to learn and do, it is delightful. I cannot tell you how much joy it has brought into my life.<br>Margarita Foley</p>"
random_text[number++] = "<p>EmoTrance is such an easy process and so natural!<br>Lutz Stradmann</p>"
random_text[number++] = "<p>The most attractive and convincing fact about EmoTrance is the thoughful and sensitive assistance of the practitioner on an equal level with the client.<br>Alfred Scheib</p>"
random_text[number++] = "<p>EmoTrance can literally do the world for your clients and it can make a world of difference to you in every way.<br>Sandra Hillawi</p>"
random_text[number++] = "<p>I never experienced another way of treating psychological problems in such a brilliant, effective yet logical and natural way. EmoTrance is a huge step forward for every health professional and for mankind as a whole.<br>Dr Gerald Stiehler</p>"
random_text[number++] = "<p>Nothing in my considerable experience approaches the gentleness, joy and intelligence of EmoTrance.<br>Nan Rathjen</p>"
random_text[number++] = "<p>Time and time again I am left speechless and amazed at the incredible results I am achieving with this gloriously simple, loving system that is EmoTrance.<br>Jutta Kirchner</p>"
random_text[number++] = "<p>EmoTrance manages to illustrate without pretentiousness the quintessence of energy psychology<br>Haus Casser</p>"
random_text[number++] = "<p>EmoTrance is as simple as lighting up a match and watching all the darkness disappear, no matter how old and ancient the darkness is.<br>Mohammed Abdul-Razak</p>"
random_text[number++] = "<p>We live in an ocean of energy. The more we become aware of that movement in and around us, the more we are connected to the Creative Order and possibly find a little heaven on earth in ourselves. This is EmoTrance. <br>Dr Terry Lynch</p>"
random_text[number++] = "<p>EmoTrance is beautiful and powerful, it subtly alters emotions losing negativity and replacing it with delight. <br>Teri Howlett</p>"

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);


