
<!--
//Javascript from http://www.computerhope.com 

               link = new Array(9);

               link[0] = '<a href=1900.html#1>The Boxer Rebellion</a>';

               link[1] = '<a href=1900.html#2>The Second Boer War</a>';

               link[2] = '<a href=1900.html#3>The Paris International Exhibition: 1900</a>';
               link[3] = '<a href=1901.html>The death of Queen Victoria</a>';
link[4] = '<a href=1901.html#2>American President assassinated </a>';
link[5] = '<a href=1901.html#3>Wireless message crosses Atlantic </a>';
link[6] = '<a href=1901.html#4>Art Nouveau flourishes</a>';
link[7] = '<a href=1902.html>The Flat Iron Building is built</a>';
link[8] = '<a href=1902.html>The Flat Iron Building is built</a>';
link[9] = '<a href=1903.html>Man`s First Flight</a>';
link[10] = '<a href=1903.html#2>Turkish Troops massacre Bulgarian rebels</a>';
link[11] = '<a href=1903.html#3>Pierre & Maire Curie awarded Nobel Prize</a>';
link[12] = '<a href=1904.html>Russo-Japanese War</a>';
link[13] = '<a href=1904.html#2>Historic Treaty Signed</a>';

               index = Math.floor(Math.random() * link.length);              
               document.write("<DT>" + "" + link[index] + "\n");
               

               index = Math.floor(Math.random() * link.length);
               document.write("<DT>" + "" + link[index] + "\n");
             

               index = Math.floor(Math.random() * link.length);
               document.write("<DT>" + "" + link[index] + "\n");
                              
               // -->

