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


if (quotes==0) {
title="Elsibeth Pierterson:";
body="What first attracted me to Second Life was the chance to learn to build something.  What kept me was the warmth and love of so many people I have met on here.  SL is constantly creating fantastic memories and adventures for me.";
}

if (quotes==1) {
title="Cher Harrington:";
body="I like SL because all my friends are here!";
}

if (quotes==2) {
title="Valerie McDunnough:";
body="The diversity of people that you can meet on any given day.";
}

if (quotes==3) {
title="Spook Maroon:";
body="I love the people I meet and some of the gorgeous imaginative builds they make.";
}

if (quotes==4) {
title="Tarogue Albatros:";
body="SL has has helped me make friends all over the world. Like interactive, immediate response pen-pals.";
}

if (quotes==5) {
title="Campanula Goldlust:";
body="Couldn't imagine being anywhere else than Dublin, fab, funny people, amazing DJ's and live acts, friendly, relaxed and just the best :-)";
}

if (quotes==6) {
title="Kezzy Forwzy:";
body="Second Life allows me to experience and learn, live and love, escape and dream and meet the wonderful people I have been lucky to know.";
}

if (quotes==7) {
title="Rico Kamachi:";
body="'Second Life: Come for the novelty and spectacle; stay for the good music and friendships... and Dublin is the best place on the grid for both!'";
}

if (quotes==8) {
title="Ottawan Fouquet:";
body="'All the world's a stage,And all the men and women merely players; Second life explained by Shakespeare.'";
}

if (quotes==9) {
title="Ham Rambler:";
body="'SL gives me back my hair. SL allows me to fly without my plane. SL gives me new friends, good company and laughter.'";
}


document.write('<strong>' + title + '</strong><br>');
document.write(''+ body +'');
