// --   set up global variables
var para = new Array()

// --   Available items
para[0] = "<div class='qtText'>The foundations of the great European cathedrals go down as far as forty or fifty feet. In some instances, they form a mass of stone as great as that of the visible building above the ground.</div>" ;
para[1] = "<div class='qtText'>Dublin\'s O\'Connell Bridge is the only traffic bridge in Europe which is wider than it is long</div>" ;
para[2] = "<div class='qtText'>To understand Europe, you have to be a genius &mdash; or French</div><div class='qtAttrib'>Madeleine Albright</div>" ;   
para[3] = "<div class='qtText'>According to a <em>Reader\'s Digest</em> survey, Italy is the country Europeans would most like to live in, and Italian the nationality they would most like to be</div>" ;
para[4] = "<div class='qtText'>Whoever speaks of Europe is wrong: it is a geographical expression</div><div class='qtAttrib'>Otto Vo Bismarck</div>" ;
para[5] = "<div class='qtText'>More than a decade after the Chernobyl nuclear disaster, the peaks of the Alps still contain radiation from the world\'s worst nuclear accident</div>" ;
para[6] = "<div class='qtText'>France, and the whole of Europe have a great culture and an amazing history. Most important thing though is that people there know how to live! In America they've forgotten all about it. I\'m afraid that the American culture is a disaster.</div><div class='qtAttrib'>Johnny Depp</div>" ;
para[7] = "<div class='qtText'>Monaco &mdash; the world\'s second smallest country &mdash; is around half the size of New York City\'s Central Park. It also has the shortest coastline of any sovereign state &mdash; approximately 3.5 miles</div>" ;
para[8] = "<div class='qtText'>X-ray technology has shown there are three different versions of the Mona Lisa under the visible one</div>" ;
para[9] = "<div class='qtText'>Moscow boasts the world\'s busiest McDonald\'s, located on Pushkin Square. It was the first Western-owned restaurant to open in the Soviet Union, and now serves more than 20,000 customers a day</div>" ;
para[10] = "<div class='qtText'>Holland is a country, where the earth is better than the air, and profit more in request than honour; where there is more sense than wit; more good nature than good humour, and more wealth than pleasure: where a man would chuse rather to travel than to live; shall find more things to observe than desire; and more persons to esteem than to love</div><div class='qtAttrib'>William Temple, Sr</div>" ;
para[11] = "<div class='qtText'>The Russian State Library (formerly the Lenin Library) is the largest in Europe, with more than 41 million items. Its 19 reading rooms serve 2,000 readers at a time, but only Russian citizens are allowed to borrow books</div>" ;
para[12] = "<div class='qtText'>The parks of Paris &mdash; the Bois de Boulogne, Parc Monceau, Vert Galant, Luxembourg, Tuileries, Buttes-Chaumont and others of varying size and fame &mdash; symbolize man\'s humanity to man</div><div class='qtAttrib'>Landt Dennis</div>" ;
para[13] = "<div class='qtText'>In 1783 an Icelandic eruption threw up enough dust to temporarily block out the sun over Europe</div>" ;
para[14] = "<div class='qtText'>The construction of Europe is an art. It is the art of the possible.</div><div class='qtAttrib'>Jacques Chirac</div>" ;   
para[15] = "<div class='qtText'>England's Stonehenge is 1,500 years older than Rome's Colosseum</div>" ;
para[16] = "<div class='qtText'>In Amsterdam the water is the mistress and the land the vassal. Throughout the city there are as many canals and drawbridges as bracelets on a Gypsy\'s bronzed arms</div><div class='qtAttrib'>Felix Marti-Ibanez</div>" ;
para[17] = "<div class='qtText'>The world's largest art gallery is the Winter Palace and Hermitage in St. Petersburg, Russia. Visitors would have to walk 15 miles to see the 322 galleries which house nearly 3 million works of art</div>" ;
para[18] = "<div class='qtText'>The Creator made Italy from designs by Michael Angelo</div><div class='qtAttrib'>Mark Twain</div>" ;   
para[19] = "<div class='qtText'>We may have bad weather in Ireland, but the sun shines in the hearts of the people and that keeps us all warm</div><div class='qtAttrib'>Marianne Williamson</div>" ;
para[20] = "<div class='qtText'>Traveling is the ruin of all happiness! There\'s no looking at a building after seeing Italy</div><div class='qtAttrib'>Fanny Burney</div>" ;
para[21] = "<div class='qtText'>By seeing London, I have seen as much of life as the world can show</div><div class='qtAttrib'>Samuel Johnson</div>" ;
para[22] = "<div class='qtText'>If you are lucky enough to have lived in Paris as a young man, then wherever you go for the rest of your life, it stays with you, for Paris is a movable feast</div><div class='qtAttrib'>Ernest Hemmingway</div>" ;
para[23] = "<div class='qtText'>Finland has 179,584 islands, more than any other country in the world</div>" ;
para[24] = "<div class='qtText'>The Netherlands is the lowest country in the world. Approximately 40 percent of its land is below sea level</div>" ;   
para[25] = "<div class='qtText'>The world\'s first beer academy opened in Herk-de-Stad, in the Belgian province of Limburg, in 1999</div>" ;
para[26] = "<div class='qtText'>Europe boasts the world\'s oldest republic, San Marino, which was founded (by tradition) in the year&nbsp;301</div>" ;
para[27] = "<div class='qtText'>The deepest lake in the world is Russia's Lake Baikal, at 5,371ft</div>" ;
para[28] = "<div class='qtText'>The height of the Eiffel Tower varies by as much as 6in, depending on the temperature. When it  was built in 1884, Parisians referred to it as \"the tragic lamppost\" and nearly universally hated it</div>" ;
para[29] = "<div class='qtText'>The Vatican City may be the world's smallest state, but it is not the smallest sovereign entity under international law. That is the Sovereign Military Order of Malta (S.M.O.M.), which is located in Rome and is the size of two tennis courts. In 2001 it had a recorded population of 80, 20 less than the Vatican</div>" ;
para[30] = "<div class='qtText'>Since 1949, Denmark\'s LEGO company has produced more than 200,000,000,000 plastic bricks. There are 102,981,500 ways to combine six of the eight-studed bricks of one color. The name LEGO comes from the Danish, \"LEg GOdt,\" which means \"play well\"</div>" ;
para[31] = "<div class='qtText'>Since 1949, Denmark\'s LEGO company has produced more than 200,000,000,000 plastic bricks. There are 102,981,500 ways to combine six of the eight-studed bricks of one color. The name LEGO comes from the Danish, \"LEg GOdt,\" which means \"play well\"</div>" ;

// -- pick a number, any number ...
var a = Math.round(Math.random() * 31)
if (a){
	document.write (para[a])
} else {
	document.write (para[12])
}