/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 28;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
url="'http://www.londonlibrary.co.uk/images/quotes/nikki_gemmell_2.gif'";
}

if (quotes==1) {
url="'http://www.londonlibrary.co.uk/images/quotes/lynne_truss_1.gif'";
}

if (quotes==2) {
url="'http://www.londonlibrary.co.uk/images/quotes/peter_ackroyd.gif'";
}

if (quotes==3) {
url="'http://www.londonlibrary.co.uk/images/quotes/john_ofarrell_1.gif'";
}

if (quotes==4) {
url="'http://www.londonlibrary.co.uk/images/quotes/sir_ludovic_kennedy_1.gif'";
}

if (quotes==5) {
url="'http://www.londonlibrary.co.uk/images/quotes/lynne_truss_1.gif'";
}

if (quotes==6) {
url="'http://www.londonlibrary.co.uk/images/quotes/nikki_gemmell_1.gif'";
}

if (quotes==7) {
url="'http://www.londonlibrary.co.uk/images/quotes/christopher_simon_sykes_1.gif'";
}

if (quotes==8) {
url="'http://www.londonlibrary.co.uk/images/quotes/david_lodge_1.gif'";
}

if (quotes==9) {
url="'http://www.londonlibrary.co.uk/images/quotes/lady_antonia_fraser.gif'";
}

if (quotes==10) {
url="'http://www.londonlibrary.co.uk/images/quotes/paul_theroux_1.gif'";
}

if (quotes==11) {
url="'http://www.londonlibrary.co.uk/images/quotes/john_ofarrell_2.gif'";
}

if (quotes==12) {
url="'http://www.londonlibrary.co.uk/images/quotes/simon_callow_1.gif'";
}

if (quotes==13) {
url="'http://www.londonlibrary.co.uk/images/quotes/nikki_gemmell_3.gif'";
}

if (quotes==14) {
url="'http://www.londonlibrary.co.uk/images/quotes/peter_ackroyd.gif'";
}

if (quotes==15) {
url="'http://www.londonlibrary.co.uk/images/quotes/john_mcnally_1.gif'";
}

if (quotes==16) {
url="'http://www.londonlibrary.co.uk/images/quotes/john_julius_norwich_1.gif'";
}

if (quotes==17) {
url="'http://www.londonlibrary.co.uk/images/quotes/sir_david_hare_1.gif'";
}

if (quotes==18) {
url="'http://www.londonlibrary.co.uk/images/quotes/christopher_simon_sykes_2.gif'";
}

if (quotes==19) {
url="'http://www.londonlibrary.co.uk/images/quotes/david_lodge_2.gif'";
}

if (quotes==20) {
url="'http://www.londonlibrary.co.uk/images/quotes/simon_callow_1.gif'";
}

if (quotes==21) {
url="'http://www.londonlibrary.co.uk/images/quotes/john_julius_norwich_2.gif'";
}

if (quotes==22) {
url="'http://www.londonlibrary.co.uk/images/quotes/michael_palin.gif'";
}

if (quotes==23) {
url="'http://www.londonlibrary.co.uk/images/quotes/paul_theroux_2.gif'";
}

if (quotes==24) {
url="'http://www.londonlibrary.co.uk/images/quotes/lynne_truss_2.gif'";
}

if (quotes==25) {
url="'http://www.londonlibrary.co.uk/images/quotes/rabbi_julia_neuberger.gif'";
}

if (quotes==26) {
url="'http://www.londonlibrary.co.uk/images/quotes/john_ofarrell_3.gif'";
}

if (quotes==27) {
url="'http://www.londonlibrary.co.uk/images/quotes/simon_callow_3.gif'";
}

document.write('<img src=');
document.write(url);
document.write(' alt=""width="500" height="85" border="0">');

