
var Quotation=new Array()
Quotation[0] = '<p>Find out more about Unique Change:</p> <p><a class="sidelink" href="http://news.uniquechange.com" onclick="window.open(this.href); return false;">Latest News</a><span class="hide"> | </span> <a class="sidelink" href="per-smokefree.html">Be Smoke Free</a><span class="hide"> | </span> <a class="sidelink" href="bus-discount.html">Business Discounts</a><span class="hide"> | </span><a class="sidelink" href="bod-thaiyoga.html">Thai Yoga Massage</a></p>';
Quotation[1] = '<p>Find out more information about Clean Language and David Grove\'s work:</p> <p><a class="sidelink" href="clean.html">What is Clean Language?</a><span class="hide"> | </span> <a class="sidelink" href="http://www.cleanlanguage.co.uk" onclick="window.open(this.href); return false;">Clean Language</a><span class="hide"> | </span> <a class="sidelink" href="http://www.trainingattention.co.uk" onclick="window.open(this.href); return false;">Training Attention</a><span class="hide"> | </span> <a class="sidelink" href="http://www.cleanchange.co.uk" onclick="window.open(this.href); return false;">Clean Change Company</a></p>';
Quotation[2] = '<p>Find out more information about EFT:</p> <p><a class="sidelink" href="eft.html">What is EFT?</a><span class="hide"> | </span> <a class="sidelink" href="http://www.emofree.com" onclick="window.open(this.href); return false;">Gary Craig\'s EFT Site</a><span class="hide"> | </span> <a class="sidelink" href="http://www.practicalwellbeing.co.uk" onclick="window.open(this.href); return false;">Practical Wellbeing</a><span class="hide"> | </span> <a class="sidelink" href="http://www.emotional-health.co.uk" onclick="window.open(this.href); return false;">Trance Pennine</a><span class="hide"> | </span></p>';
Quotation[3] = '<p>Find out more information about NLP:</p> <p><a class="sidelink" href="nlp.html">What is NLP?</a><span class="hide"> | </span> <a class="sidelink" href="http://www.nlpnortheast.co.uk" onclick="window.open(this.href); return false;">NLP Northeast</a><span class="hide"> | </span> <a class="sidelink" href="http://www.magicalspellinglimited.com" onclick="window.open(this.href); return false;">Magical Spelling</a><span class="hide"> | </span> <a class="sidelink" href="http://www.integritynlp.co.uk" onclick="window.open(this.href); return false;">Integrity NLP</a></p>';
Quotation[4] = '<p>Find out more information about Hypnotherapy:</p> <p><a class="sidelink" href="hypnotherapy.html">What is Hypnotherapy?</a><span class="hide"> | </span> <a class="sidelink" href="http://www.ghsc.co.uk" onclick="window.open(this.href); return false;">General Hypnotherapy Standards Council</a><span class="hide"> | </span> <a class="sidelink" href="http://www.general-hypnotherapy-register.com/" onclick="window.open(this.href); return false;">General Hypnotherapy Register</a><span class="hide"> | </span> <a class="sidelink" href="http://www.hypnotherapistregister.com/" onclick="window.open(this.href); return false;">Hypnotherapist Register</a><span class="hide"> | </span> <a class="sidelink" href="http://www.empowerment-trainings.org.uk/" onclick="window.open(this.href); return false;">Empowerment Trainings</a></p>';
Quotation[5] = '<p>Find out more information about Emergent Knowledge:</p> <p><a class="sidelink" href="emergent.html">What is Emergent Knowledge?</a><span class="hide"> | </span> <a class="sidelink" href="http://www.emergentknowledge.com" onclick="window.open(this.href); return false;">Philosophy</a><span class="hide"> | </span> <a class="sidelink" href="http://www.self-alignment.com/" onclick="window.open(this.href); return false;">Self-Alignment</a><span class="hide"> | </span> <a class="sidelink" href="http://www.holigral.com" onclick="window.open(this.href); return false;">Holigral</a> <span class="hide"> | </span> <a class="sidelink" href="http://www.cleancoaching.com" onclick="window.open(this.href); return false;">Clean Coaching</a> <span class="hide"> | </span> <a class="sidelink" href="http://www.cleanlanguage.co.uk/articles/articles/177/6/Gallery-Tour/Page6.html" onclick="window.open(this.href); return false;">Processes</a><span class="hide"> | </span><a class="sidelink" href="http://www.powersofsix.com/" onclick="window.open(this.href); return false;">The Powers of Six</a></p>';
Quotation[6] = '<p>Find out more about Unique Change:</p> <p><a class="sidelink" href="http://news.uniquechange.com" onclick="window.open(this.href); return false;">Latest News</a><span class="hide"> | </span> <a class="sidelink" href="http://www.self-alignment.com/" onclick="window.open(this.href); return false;">Self-Alignment</a><span class="hide"> | </span> <a class="sidelink" href="per-smokefree.html">Be Smoke Free</a><span class="hide"> | </span> <a class="sidelink" href="bus-discount.html">Business Discounts</a><span class="hide"> | </span><a class="sidelink" href="bod-thaiyoga.html">Thai Yoga Massage</a></p>';
Quotation[7] = '<p>Find out more about Unique Change:</p> <p><a class="sidelink" href="http://news.uniquechange.com" onclick="window.open(this.href); return false;">Latest News</a><span class="hide"> | </span> <a class="sidelink" href="per-smokefree.html">Be Smoke Free</a><span class="hide"> | </span><a class="sidelink" href="http://www.powersofsix.com/" onclick="window.open(this.href); return false;">The Powers of Six</a><span class="hide"> | </span> <a class="sidelink" href="bus-discount.html">Business Discounts</a><span class="hide"> | </span><a class="sidelink" href="bod-thaiyoga.html">Thai Yoga Massage</a></p>';
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();

