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

if (quotes==0) {
body="Eben brings a unique style and positive energy to our open mic stage.  His dedication and love for his music show through every performance.";
url="mailto:lkuebel1@yahoo.com";
citation="Laura Kuebel";
where="San Diego, CA";
}

if (quotes==1) {
body="I enjoyed your singing so much that I chose your CD, <i>Just Me and My Guitar</i>, over the two Wild Oats CDs you dangled before me. I made a wise choice. Thank you for a wonderful time.";
url="mailto:janwrites2005@yahoo.com";
citation="Jan Hedlun";
where="Potrero, CA";
}

if (quotes==2) {
body="Eben Brooks captures the true spirit of music. His effortless vocals and harmonies magically transform you to a time and space not of this world but of a place you would rather like to be. His is a truly unique and timeless talent.";
url="mailto:slangdon007@cox.net";
citation="Steve Langdon";
where="El Cajon, CA";
}

if (quotes==3) {
body="The music has a ‘familiar’ sound.... The words and music click home like the final piece of a puzzle that makes the whole thing complete.";
url="http://cdbaby.com/cd/eben";
citation="Richard Meeks";
where="(from a CDBaby review)";
}

if (quotes==4) {
body="He’s good.";
url="http://www.mythusmageopines.com/wp/?p=953";
citation="Mythusmage";
where="San Diego, CA";
}

if (quotes==5) {
body="You have similarities to Nickel Creek, but with more energy and not as mellow. Your energy and message remind me of both Cat Stevens and Jethro Tull. But honestly, I like your stuff better than any of theirs.";
url="http://";
citation="Teri";
where="Ramona, CA";
}

if (quotes==6) {
body="Eben Brooks combines a fine voice, thoughtful lyrics and lively rhythms.";
url="http://www.infusionsoftea.com/";
citation="Ron Eng & Emily Yanagi";
where="San Diego, CA";
}
	
if (quotes==7) {
body="[I] enjoyed his performance immensely.... [H]e has a Johnny Depp, Pirates of the Caribbean appearance and attitude on stage.";
citation="Jan Hedlun";
url="mailto:janwrites2005@yahoo.com";
where="Potrero, CA";
}

if (quotes==8) {
body="‘Mirror’ ... reminds me of a couple of Clandestine songs ... but WOW! I was ready to break into tears. Very passionate and beautiful. I think this song alone has made me a fan.";
citation="Marc Gunn";
url="http://bardscrier.com/";
where="The Bard's Crier";
}

if (quotes==9) {
	body="Eben creates the kind of ... tunes that are designed to be both lesson-oriented for the listener and also cathartic for the performer.... [H]e’s got a message and he’s carrying it with bright acoustic tunes sung with clear and earnest devotion.";
	citation="Lexi Khan and Brian Westbye";
	url="http://www.lowbudgetsuperhero.com/";
	where="Low Budget Superhero";
}

if (quotes==10) {
	body="Brooks’ lyrics contain the spirit of growth and realization, not so much about changing America or achieving world peace but rather about changing oneself, being loving and tolerant, and the journey from delusion to fulfillment.";
	citation="Derek E. Shaw";
	url="http://www.sandiegotroubadour.com/content/cdreviews/cdreviews.aspx?issue=feb_2007";
	where="San Diego Troubadour";
}

if (quotes==11) {
	body="The band has a smooth, ‘folky’ rock sensibility and songs that say something hopeful about the human condition.";
	citation="Valerie Lipow"
	url="mailto:vallipow@aol.com"
	where="Carlsbad, CA";
}

if (quotes==12) {
	body="Serious messages of war (Waiting for the Countdown) contrasted with quirky musings on hippies drug habits (Hippie Jack’s Unsmokeable Hash) make [The] Eben Brooks Band great to listen to for a message without getting overwhelmed by idealism."
	citation="Ellen Aldridge";
	url="http://www.targetaudiencemagazine.com/uploads/Eben_Brooks.php";
	where="Target Audience Magazine";
}

document.write('<p align=left>');
document.write('“' + body + '”' + '</p>');
document.write('<p align=right>—<a href=' + url + ' class=citation>' + '<strong>' + citation + '</strong></a><br>');
document.write('<strong>' + where + '</strong></p>');
