/* 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 = 9;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Customer quote from TH<br>";
body="Just to let you know I received my video. I am impressed by your service and will definitely recommend the Deaf Internet Bookstore to other people.<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==1) {
title="Customer quote from AC<br>";
body="The book arrived this morning and i have already started to read it!<p>Many thanks and Best Wishes & love to you and Peter<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==2) {
title="Customer quote from MW<br>";
body="The book arrived this morning. This is truly exemplary service!<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==3) {
title="Customer quote from J<br>";
body="I received the books today. I am really impressed with the Deaf Internet Bookstore and wish to thank you for your efficient and speedy service in processing my card details and despatching the books. I will most certainly recommend you to others and use your services again.<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==4) {
title="Customer quote from AF<br>";
body="Thank you very much for your support over the telephone and for sending out my order so promptly....<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==5) {
title="Customer quote from CK<br>";
body="Good afternoon!<p>I received my copy of Deaf Injustices in the post this morning!<p>Thank you very much.<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==6) {
title="Customer quote from JH<br>";
body="Hi<p>books arrived safely<br>many thanks for such a prompt service, I look forward to reading them<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==7) {
title="Customer quote from DP<br>";
body="Hi, Maureen, I just let you know that I've got received Manchester Memoirs by post this morning. So I'm very pleased with it. I give you 100% feedback. Ok Many Thanks.<br>Yours Sincerely<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

if (quotes==8) {
title="Customer quote from JN<br>";
body="Hello Maureen,<br>Thank you for your prompt attention!<br><br>The DVD looks very clear and fascinating, and I will certainly visit the Wildlife Park when I go drive up that way to see my stepson later on - this is why I wanted it.<p align=right>[<a href=http://www.deafbooks.com/testimonies.htm><font color=white size=1>more testimonials here</font></a>]</p>";
}

document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write(''+ body +'');
document.write('</div>');
