var num_of_quotes = 21;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Carl Fogarty";
body="I've proved everybody wrong in the past and I can do it again... I know we can win.";
}
if (quotes==1) {
title="Carl Fogarty";
body="If I didn't take the chance I would regret it for the rest of my life.";
}
if (quotes==2) {
title="Gilles Villeneuve";
body="Finishing second means you are the first person to lose";
}
if (quotes==3) {
title="Anonymous";
body="When the flag drops, the bull**** stops";
}
if (quotes==4) {
title="Murray Walker";
body="You might think that's not cricket, and it's not, it's motor racing";
}
if (quotes==5) {
title="Justin Skalka ";
body="Why are motorcycle dealers closed on Sundays? Because Sunday is for worship... Catholics go to church, Motorcyclists go to the track";
}
if (quotes==6) {
title="Valentino Rossi";
body="Of course, there are irresponsible racers, just as there are irresposible people. But the real racer is rarely like that. He knows exactly what he's doing. He thinks and uses his reason. And it's the thinking racers who get the results. Irresponsibility leads nowhere.";
}
if (quotes==7) {
title="Napoleon";
body="He who fears being conquered is sure of defeat.";
}
if (quotes==8) {
title="Walt Disney";
body="Get a good idea and stay with it. Do it, and work at it until it's done right.";
}
if (quotes==9) {
title="Winston Churchill";
body="Never, never, never, never give up.";
}
if (quotes==10) {
title="BMW advertisment";
body="Does riding in heavy rain count as bathing?";
}
if (quotes==11) {
title="Basic rules of Cavalry";
body="Never relinquish your ability to maneuver. Never become decisively engaged.";
}
if (quotes==12) {
title="SuperBike Magazine";
body="there's not much showing off to be done from the back of an ambulance";
}
if (quotes==13) {
title="Stuart Munro";
body="You can get anywhere in the world in seven minutes if you drive fast enough";
}
if (quotes==14) {
title="Webb Chiles";
body="Live passionately, even if it kills you, because something is going to kill you anyway";
}
if (quotes==15) {
title="Winston Churchill";
body="Play for more than you can afford to lose, and you will learn the game";
}
if (quotes==16) {
title="Albert Einstein";
body="Everything should be made as simple as possible, but no simpler";
}
if (quotes==17) {
title="Oscar Wilde";
body="Experience is simply the name we give our mistakes";
}
if (quotes==18) {
title="on The Stig";
body="Some say that the outside of his nipples are shaped like the Nurburgring...";
}
if (quotes==19) {
title="Albert Einstein";
body="It wouldn't be called research if we knew what we were doing";
}
if (quotes==20) {
title="British Army";
body="Proper Planning and Preparation Prevents Piss Poor Performance";
}
if (quotes==21) {
title="The Mechanic (2011 movie)";
body="Victory loves preparation";
}

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

