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

if (quotes==0) {
title="Level Heads";
body="This book is sure to make it to the best-sellers list!&nbsp;&nbsp;<i>&#8212; Bookwire Review</i>";
}

if (quotes==1) {
title="Glass";
body="I read this novel by Mr. Coleman and it ROCKS! I truly believe he will be the next Stephen King.&nbsp;&nbsp;<i>&#8212; Ivory (Dallas, Tx.)</i>";
}

if (quotes==2) {
title="Glass";
body="Within the first five pages, I was riveted by the various characters and thoughtful, precise style of writing.&nbsp;&nbsp;<i>&#8212; Stuart A. Fine (Gig Harbor, Wash.)</i>";
}

if (quotes==3) {
title="Secret Things";
body="The first page engulfs you and doesn't let you go until you reach the ending and everything becomes crystal clear.&nbsp;&nbsp;<i>&#8212;Stephanies (Port Orchard, Wash.)</i>";
}

if (quotes==4) {
title="Secret Things";
body="The characters are believable and though the story leans to sci-fi, it definitely makes you wonder ... what if? I would recommend it highly!&nbsp;&nbsp;<i>&#8212;Adam Andrews (California, U.S.A.)</i>";
}

if (quotes==5) {
title="Level Heads";
body="The author offers insight into the inspiration for each story, making the plots and details even more intriguing. Coleman is a master of drawing you into the story and keeping you reading.&nbsp;&nbsp;<i>&#8212;T. Skidmore (Port Orchard, Wash.)</i>";
}
if (quotes==6) {
title="Level Heads";
body="I love short stories and this book held my attention all thru the book! I will definitely want to read more! &nbsp;&nbsp;<i>&#8212;Jamie Faver</i>";
}
if (quotes==7) {
title="Secret Things";
body="A story of  greed, insanity, conspiracy and trust. You will continue to read, just to confirm your suspicions!&nbsp;&nbsp;<i>&#8212;Scott Brown (Port Orchard, Wash.) </i>";
}
if (quotes==8) {
title="Secret Things";
body="Fast moving, plot twisting and full of intrigue, Jim has woven an engaging tale full of surprises.&nbsp;&nbsp;<i>&#8212;Mary Fischer (Bremerton, Wash.)</i>";
}
if (quotes==9) {
title="Secret Things";
body="After reading Secret Things by Jim W. Coleman, all I wanted to do was read it again! &nbsp;&nbsp;<i>&#8212;Stephanie (Port Orchard, Wash.) </i>";
}
if (quotes==10) {
title="Glass";
body="This is my first Coleman book and I found it to be a page-turner. The author's ending is not your normal 'Everyone lives happily ever after' ending.&nbsp;&nbsp;<i>&#8212;John E. Taylor (Silverdale, Wash.)</i>";
}
if (quotes==11) {
title="Omens";
body="You'll want to read until the wee hours of the morning&nbsp;&nbsp;<i>&#8212;Linda Weber (Port Orchard, Wash.) </i>";
}
if (quotes==12) {
title="Glass";
body="If you love a good suspense novel you <i>must</i> read this novel.&nbsp;&nbsp;<i>&#8212;Ivory (Dallas, Tx.) </i>";
}
if (quotes==13) {
title="Glass";
body="I am sure that once you start, you will not put it down until the last word has been read.&nbsp;&nbsp;<i>&#8212;Ivory (Dallas, Tx.)</i>";
}
if (quotes==14) {
title="Level Heads";
body="The thought-provoking stories are bound to keep the reader glued to the edge of the seat because of their surprise endings.&nbsp;&nbsp;<i>&#8212; Bookwire Review</i>";
}
if (quotes==15) {
title="Level Heads";
body="The book is bound to offer its readers an ultimate experience of suspense and thrill.&nbsp;&nbsp;<i>&#8212; Bookwire Review</i>";
}
if (quotes==16) {
title="Level Heads";
body="Written in a crisp and captivating style, the short stories transport the reader to the enchanting world of possibilities.&nbsp;&nbsp;<i>&#8212; Bookwire Review</i>";
}
if (quotes==17) {
title="Secret Things";
body="I am half way through 'Secret Things'. I am really liking this book. I love your twist of words and the way that you stop in mid-thought to add action to the story and then pick up the thought again. I am not sure I have ever seen someone perfect that as you have in this book. &nbsp;&nbsp;<i>&#8212; Jeff Carlin (Phoenix, Ariz.)</i>";
}
document.write('<div align=left><span class=label>');
document.write('<b>' + title + '</b></span><br>');
document.write('<span class=quotetext>'+ body +'</span>');
document.write('</div>');
