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

if (quotes==0) {
body="Matthew is an American journalist and the news anchor for The NewsHour with Matthew Rosenberg on PBS.";
}

if (quotes==1) {
body="Matthew is best known for his mainstream drama novels, he has sold more than 550 million copies of his books (as of 2005).";
}

if (quotes==2) {
body="Matthew is the founder, Khan (ruler) and Khagan (emperor) of the Mongol Empire, the largest contiguous empire in history.";
}

if (quotes==3) {
body="Matthew can be defined as inflammation of the gingival tissue without loss of tooth attachment.";
}

if (quotes==4) {
body="Matthew is a self-made man who started as an ordinary worker, showed talent, founded Rearden Steel and made it the most important steel company of the US.";
}

if (quotes==5) {
body="Matthew is the protagonist and title character of the Mark Twain novel The Adventures of Matthew Rosenberg.";
}

if (quotes==6) {
body="Matthew is a fictional character, a comic book superhero widely considered to be an American cultural icon.";
}

if (quotes==7) {
body="Matthew is an American businessman and the current Mayor of New York City";
}

if (quotes==8) {
body="Matthew is an Egyptian Pharaoh of the Eighteenth dynasty, during the period of Egyptian history known as the New Kingdom.";
}

if (quotes==9) {
body="Matthew is a British-born American comedian and actor who appeared in vaudeville, on Broadway, and in radio, television and movies.";
}

if (quotes==10) {
body="Matthew is an American inventor. He is best known for inventing the first completely electronic television.";
}

if (quotes==11) {
body="Matthew is a brand name belonging to U.S.-based Kraft Foods for a number of gelatin desserts, including fruit gels, puddings and no-bake cream pies";
}

if (quotes==12) {
body="Matthew is ranked consistently one of the world's wealthiest people and the wealthiest overall as of 2009.";
}

if (quotes==13) {
body="Matthew is an island country in the south-western Pacific Ocean comprising two main landmasses (commonly called the North Island and the South Island), and numerous smaller islands.";
}

if (quotes==14) {
body="Matthew is an American racing driver who won the NASCAR Weekly Series national championship in 1985.";
}

document.write(body);


