document.writeln('<div id="illumineQuotationsBox">');
document.writeln('<h2>Thinking Quotations</h2>');
document.writeln('<ul class="quoteList">');
document.writeln('<li>');
document.writeln('<span class="quote">\'Love looks not with the eyes, but with the mind; And therefore is winged Cupid painted blind.\'</span>');
document.writeln('<strong>William Shakespeare</strong>');
document.writeln('</li>');
document.writeln('<li>');
document.writeln('<span class="quote">\'Don\'t be afraid to take a big step. You can\'t cross a chasm in two small jumps.\'</span>');
document.writeln('<strong>David Lloyd George</strong>');
document.writeln('</li>');
document.writeln('<li>');
document.writeln('<span class="quote">\'We climb to heaven most often on the ruins of our cherished plans, finding our failures were successes.\' </span>');
document.writeln('<strong>Amos Bronson Alcott</strong>');
document.writeln('</li>');
document.writeln('</ul>');
document.writeln('<p>Quotations supplied by <a href="http://www.illumine.co.uk/?utm_source=Website(External)&amp;utm_medium=Link&amp;utm_campaign=thinkingquotations">Illumine Training</a>.</p>');
document.writeln('</div>');
