var ranNum= Math.floor(Math.random()*6);

if(ranNum == 0)
{
document.getElementById("triviaboxtext").innerHTML = "Did you know the first motor bike was created by Gottlieb Daimler in 1885?<br />Gottlieb Wilhelm Daimler (March 17, 1834 - March 6, 1900) was an engineer, industrial designer and industrialist, born in Schorndorf (Kingdom of Wurttemberg)";
}

if(ranNum == 1)
{
document.getElementById("triviaboxtext").innerHTML = "Loris Capirossi's win at Brno arrived more than 16 years after his first GP victory in the 125cc race at Donington Park in 1990, on the way to becoming the youngest ever rider to win a world title. Capirossi is the rider with the longest winning career in Grand Prix racing, taking the record from thirteen times world champion Angel Nieto.";
}

if(ranNum == 2)
{
document.getElementById("triviaboxtext").innerHTML = "It takes approximately 12 seconds to steal a motorcycle, every 10 minutes in the UK a motorcycle is stolen averaging 140 per day, this accounts to one third of insurance claims. Only a mere 15 % of motorcycle is ever recovered.<br />So lock it up securely.";
}

if(ranNum == 3)
{
document.getElementById("triviaboxtext").innerHTML = "When Collin Edwards was riding for MS Aprilia-MotoGP in 2003 he was quoted saying 'If anyone can go faster on that Aprillia than me, I'll give them a blow job' Colin Edwards.";
}

if(ranNum == 4)
{
document.getElementById("triviaboxtext").innerHTML = "Evel Knievel holds the world record for breaking the most number of bones on a motorcycle and surviving. His real name is Robert Craig Knievil. The nickname Evel is said to have been given to him by police after an assault on the author of a his biography.In total he spent over 3 years in hospital for all of his motorcycle accidents.";
}

if(ranNum == 5)
{
document.getElementById("triviaboxtext").innerHTML = "Under WSB rules, acid is used to check if a component that should be aluminum or steel, say it isn't in fact titanium. A color change indicates the presences of exotic lightweight material that shouldn't be used i.e. cheat and you're disqualified.";
}