/***********************************************
* Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var delay = 5000; //set delay between message change (in miliseconds)
var maxsteps=30; // number of steps to take to change from start color to endcolor
var stepdelay=40; // time in miliseconds of a single step
//**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect
var startcolor= new Array(255,255,255); // start color (red, green, blue)
var endcolor=new Array(0,0,0); // end color (red, green, blue) 

var fcontent=new Array();  
begintag='<div style="padding-left:5px;padding-right:5px">'; //set opening tag, such as font declarations
fcontent[0]="<span class='fastfact'>“Stewardesses” is the longest word typed with only the left hand.</span>";
fcontent[1]="<span class='fastfact'>“Lollipop” is the longest word typed with the right hand.</span>";
fcontent[2]="<span class='fastfact'>“Dreamt” is the only English word ending in ‘mt’.</span>";
fcontent[3]="<span class='fastfact'>Tablecloths were originally meant to be served as towels with which dinner guests could wipe their hands and faces after eating.</span>";
fcontent[4]="<span class='fastfact'>Every second, Americans collectively eat 100 lbs. of chocolate.</span>";
fcontent[5]="<span class='fastfact'>“Typewriter” is the longest word that can be made using the letters on only one row of the keyboard. </span>";
fcontent[6]="<span class='fastfact'>A cat has 32 muscles in each ear.</span>";
fcontent[7]="<span class='fastfact'>A goldfish has a memory span of three seconds.</span>";
fcontent[8]="<span class='fastfact'>A shark is the only fish that can blink with both eyes.</span>";
fcontent[9]="<span class='fastfact'>More money is spent on gardening than any other hobby.</span>";
fcontent[10]="<span class='fastfact'>February 1865 is the only month recorded in history not to have a full moon.</span>";
fcontent[11]="<span class='fastfact'>The word “set” has more definitions than any other word in the English language.</span>";
fcontent[12]="<span class='fastfact'>The oldest known recording of the human voice was a French folk song recorded in 1860.</span>";
fcontent[13]="<span class='fastfact'>Venus is the only planet that rotates clockwise.</span>";
fcontent[14]="<span class='fastfact'>The Hawaiian alphabet has only 12 letters.</span>";
fcontent[15]="<span class='fastfact'>More money is spent on gardening than on any other hobby.</span>";
fcontent[16]="<span class='fastfact'>The modern toothbrush we know today was invented in 1938.</span>";
fcontent[17]="<span class='fastfact'>Black eyed peas are actually beans.</span>";
fcontent[18]="<span class='fastfact'>Some species of snails can remain inactive for years.</span>";
fcontent[19]="<span class='fastfact'>Many oak trees do not produce acorns until they are fifty years of age or older.</span>";
fcontent[20]="<span class='fastfact'>You can roughly determine air temperature by counting cricket chirps.</span>";
fcontent[21]="<span class='fastfact'>Most of the fiber found in fruit comes from the skin.</span>";


closetag='</div>';

var fwidth='250px'; //set scroller width
var fheight='50px'; //set scroller height

var fadelinks=1;  //should links inside scroller content also fade like text? 0 for no, 1 for yes.

///No need to edit below this line/////////////////


var ie4=document.all&&!document.getElementById;
var DOM2=document.getElementById;
var faderdelay=0;
var index=0;


/*Rafael Raposo edited function*/
//function to change content
function changecontent(){
  if (index>=fcontent.length)
    index=0
  if (DOM2){
    document.getElementById("fscroller").style.color="rgb("+startcolor[0]+", "+startcolor[1]+", "+startcolor[2]+")"
    document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
    if (fadelinks)
      linkcolorchange(1);
    colorfade(1, 15);
  }
  else if (ie4)
    document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag;
  index++
}

// colorfade() partially by Marcio Galli for Netscape Communications.  ////////////
// Modified by Dynamicdrive.com

function linkcolorchange(step){
  var obj=document.getElementById("fscroller").getElementsByTagName("A");
  if (obj.length>0){
    for (i=0;i<obj.length;i++)
      obj[i].style.color=getstepcolor(step);
  }
}

/*Rafael Raposo edited function*/
var fadecounter;
function colorfade(step) {
  if(step<=maxsteps) {	
    document.getElementById("fscroller").style.color=getstepcolor(step);
    if (fadelinks)
      linkcolorchange(step);
    step++;
    fadecounter=setTimeout("colorfade("+step+")",stepdelay);
  }else{
    clearTimeout(fadecounter);
    document.getElementById("fscroller").style.color="rgb("+endcolor[0]+", "+endcolor[1]+", "+endcolor[2]+")";
    setTimeout("changecontent()", delay);
	
  }   
}

/*Rafael Raposo's new function*/
function getstepcolor(step) {
  var diff
  var newcolor=new Array(3);
  for(var i=0;i<3;i++) {
    diff = (startcolor[i]-endcolor[i]);
    if(diff > 0) {
      newcolor[i] = startcolor[i]-(Math.round((diff/maxsteps))*step);
    } else {
      newcolor[i] = startcolor[i]+(Math.round((Math.abs(diff)/maxsteps))*step);
    }
  }
  return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")");
}

if (ie4||DOM2)
  document.write('<div id="fscroller" style="width:'+fwidth+';height:'+fheight+'"></div>');

if (window.addEventListener){
	window.addEventListener("load", changecontent, false)
}else if (window.attachEvent){
	window.attachEvent("onload", changecontent)
} else if (document.getElementById){
	window.onload=changecontent
}


/**********************************************************************************************/
/*
messages[0]="<span class='fastfact'>Wrigley?s gum was the first product to have a bar code.</span>";
messages[1]="<span class='fastfact'>Walt Disney was afraid of mice.</span>";
messages[2]="<span class='fastfact'>There are no clocks in Las Vegas gambling casinos.</span>";
messages[3]="<span class='fastfact'>Honey is often used as a center for golf balls.</span>";
messages[4]="<span class='fastfact'>Pigeons have excellent eyesight.</span>";
messages[5]="<span class='fastfact'>American car horns beep in the tone of F. </span>";
messages[6]="<span class='fastfact'>A pregnant goldfish is called a ?twit.?</span>";
messages[7]="<span class='fastfact'>The electric chair was invented by a dentist.</span>";
messages[8]="<span class='fastfact'>Maine is the toothpick capital of the world.</span>";
messages[9]="<span class='fastfact'>There are seven points on the Statue of Liberty?s crown.</span>";
messages[10]="<span class='fastfact'>Thomas Edison was afraid of the dark.</span>";
messages[11]="<span class='fastfact'>James Buchanan is the only president to remain a bachelor.</span>";
messages[12]="<span class='fastfact'>Pennsylvania is the first state to list its website URL on a license plate.</span>";
messages[13]="<span class='fastfact'>A yoctosecond is one septillionth of a second.</span>";
messages[14]="<span class='fastfact'>The back of the human hand is the opisthenar.</span>";
messages[15]="<span class='fastfact'>Wyoming was the first state to give women the right to vote.</span>";
messages[16]="<span class='fastfact'>The metal part of a lamp that surrounds the bulb and supports the shade is called a harp.</span>";
messages[17]="<span class='fastfact'>Bring Dawn Wash & Toss&trade; on your next camping trip to conveniently clean pots and pans after cooking over an open fire. </span>";
messages[18]="<span class='fastfact'>The honeybee is the only known insect that makes food fit for human consumption.</span>";
messages[19]="<span class='fastfact'>There are 108 stitches on a Major League baseball.</span>";
messages[20]="<span class='fastfact'>The dot above a lowercase ?i? is called a tittle.</span>";
messages[21]="<span class='fastfact'>Dawn&reg; has been used to clean up greasy highway messes, including spills of congealing animal fat and baking dough.</span>";
messages[22]="<span class='fastfact'>August is the most popular month for human births.</span>";
messages[23]="<span class='fastfact'>We all know that dogs bark and cats meow, but did you know apes gibber and beetles drone?</span>";
messages[24]="<span class='fastfact'>The Canadian province of Alberta was named after Queen Victoria?s fourth daughter, Princess Louise Caroline Alberta.</span>";
messages[25]="<span class='fastfact'>Recycling one aluminum can saves enough energy to watch TV for three hours.</span>";
messages[26]="<span class='fastfact'>The fear of atomic energy is nucleomituphobia.</span>";
messages[27]="<span class='fastfact'>Before Cascade Complete?, more than two-thirds of Americans rinsed their dishes clean before putting them into the dishwasher.</span>";
messages[28]="<span class='fastfact'>The first electronic mail, or email, was sent in 1972 by Ray Tomlinson.</span>";
messages[29]="<span class='fastfact'>Strawberries are actually part of the rose family.</span>";
messages[30]="<span class='fastfact'>Flamingos turn pink due to their shrimp consumption.</span>";
messages[31]="<span class='fastfact'>Greece's national anthem has 158 verses.</span>";
messages[32]="<span class='fastfact'>Elephants are the only mammals that can?t jump.</span>";
messages[33]="<span class='fastfact'>?Lethologica? describes the forgetfulness of words.</span>";
messages[34]="<span class='fastfact'>The names of all the continents end in the same letter they start with.</span>";
messages[35]="<span class='fastfact'>You shiver when you are cold because shivering increases muscular action?thus raising body temperature. </span>";
messages[36]="<span class='fastfact'>Don?t forget Mr. Clean&reg; when you wash your car. Use it on the hubcaps, headlights, windows, fenders, and vinyl interior.</span>";
messages[37]="<span class='fastfact'>A cosmic, or galactic, year is the length of time it takes the sun to complete one revolution around the center of the Milky Way galaxy. </span>";
messages[38]="<span class='fastfact'>Mona Lisa, Lisa Gherardini, is painted without eyebrows. </span>";
messages[39]="<span class='fastfact'>?Knubble? is the Yiddish term for garlic.</span>";
messages[40]="<span class='fastfact'>The first Laundromat opened in Fort Worth, Texas, in 1934. </span>";
messages[41]="<span class='fastfact'>Missouri and Tennessee both touch eight other states. </span>";
messages[42]="<span class='fastfact'>By the age of 70, more than half of your taste buds will be gone. </span>";
messages[43]="<span class='fastfact'>The full name of Dorothy, the little girl from The Wizard of Oz, is Dorothy Gale. </span>";
messages[44]="<span class='fastfact'>Astronaut Alan Shepard hit a golf ball while on the moon on February 6, 1971. </span>";
messages[45]="<span class='fastfact'>Big Ben is actually not a clock, but the clocktower bell. It weighs more than 13 tons.</span>";
messages[46]="<span class='fastfact'>A close French translation of ?potpourri? is ?putrid? or ?rotten? pot. </span>";
messages[47]="<span class='fastfact'>The last passenger pigeon, Martha, died in captivity at the Cincinnati Zoo in 1914.</span>";
messages[48]="<span class='fastfact'>The leaves of the rhubarb are poisonous. </span>";
messages[49]="<span class='fastfact'>Braille was invented in 1829 by Louis Braille of France. </span>";
messages[50]="<span class='fastfact'>The optimal temperature for making toast is 310? F. </span>";
messages[51]="<span class='fastfact'>Snow is not frozen rain. Snowflakes change directly from water vapor into snow. </span>";
messages[52]="<span class='fastfact'>Use a Swiffer? cloth to clean up the inside of a pet cage.</span>";
messages[53]="<span class='fastfact'>?Flauner? is another name for a candy maker or confectioner.</span>";
messages[54]="<span class='fastfact'>It took Robert Louis Stevenson just six days to write Dr. Jekyll and Mr. Hyde. </span>";
messages[55]="<span class='fastfact'>Emmy, the television award, is named after a TV camera: the image orthicon camera, or ?Immy.?</span>";
messages[56]="<span class='fastfact'>Swiffer Mitts? are made of one simple component?a Mitt designed to fit your hand and easily clean anywhere you can reach.</span>";
messages[57]="<span class='fastfact'>The highest mountain peak in Canada is Logan, measuring more than 5791 meters. </span>";
messages[58]="<span class='fastfact'>Cher?s full name is Cherilyn Sarkissian LaPier. </span>";
messages[59]="<span class='fastfact'>An ostrich egg weighs approximately 3 pounds and takes about 40 minutes to hard-boil. </span>";
messages[60]="<span class='fastfact'>Buttercups were used in ancient times to try to cure insanity. </span>";
messages[61]="<span class='fastfact'>Mexican jumping beans jump because there is a caterpillar inside. </span>";
messages[62]="<span class='fastfact'>Rainbows can only be seen in the morning, late afternoon, or night, when the sun is at a certain distance above the horizon. </span>";
messages[63]="<span class='fastfact'>The white part of your fingernail is called the lunule.</span>";
messages[64]="<span class='fastfact'>The hummingbird is the only bird that can fly backward and hover in one spot. </span>";
messages[65]="<span class='fastfact'>The average cat usually has about 12 whiskers on each side of its face. </span>";
messages[66]="<span class='fastfact'>It was illegal for women to practice law in America until 1872. </span>";
messages[67]="<span class='fastfact'>Theodore Roosevelt was blind in his left eye. </span>";
messages[68]="<span class='fastfact'>Almonds are in the same family as peaches.</span>";
messages[69]="<span class='fastfact'>The Lincoln Tunnel is 2.5 miles long and opened in 1937.</span>";
messages[70]="<span class='fastfact'>A 10-gallon hat holds approximately three quarts.</span>";
messages[71]="<span class='fastfact'>Saturn is 888 million miles from the sun, and a day there lasts a little more than 10 hours.</span>";
messages[72]="<span class='fastfact'>The largest single organ in the body is the skin.  There are 2,800 square inches of skin on the average adult.</span>";
messages[73]="<span class='fastfact'>The first Ferris wheel debuted in Chicago in June 1893.</span>";
messages[74]="<span class='fastfact'>A Welsh rabbit is not a bunny, but a dish made with bread, cheese, and beer.</span>";
messages[75]="<span class='fastfact'>A good batch of cider should blend different types of apples.</span>";
messages[76]="<span class='fastfact'>Fish can drown.</span>";
messages[77]="<span class='fastfact'>The last king of Babylon was Belshazzar.</span>";
messages[78]="<span class='fastfact'>Most of a bird?s bones are hollow to reduce weight and help with flight.</span>";
messages[79]="<span class='fastfact'>The Boeing 737 jet is nicknamed ?Fat Albert.? </span>";
messages[80]="<span class='fastfact'>Taal Volcano in the Philippines is the smallest volcano in the world. </span>";
messages[81]="<span class='fastfact'>There is an all-garlic restaurant in Stockholm and London that offers garlic ice cream.</span>";
messages[82]="<span class='fastfact'>Chewing gum burns 11 calories an hour.</span>";
messages[83]="<span class='fastfact'>One of the longer words in the dictionary is floccinaucinihilipilification, which translates ?the act of estimating something as worthless.?</span>";
messages[84]="<span class='fastfact'>Ankara, Turkey was originally known as Angora, the home of Angora goats and rabbits. </span>";
messages[85]="<span class='fastfact'>Orcas, also known as killer whales, are found in every ocean in the world.</span>";
messages[86]="<span class='fastfact'>Louisiana is the only state that has parishes instead of counties.</span>";
messages[87]="<span class='fastfact'>Americans eat billions of hot dogs each year.</span>";
messages[88]="<span class='fastfact'>Hawaii is the only state that grows coffee beans.</span>";
messages[89]="<span class='fastfact'>The Polish word for money is ?zloty.?</span>";
messages[90]="<span class='fastfact'>The blobs and lines you see when you close your eyes are called phosphenes.</span>";
messages[91]="<span class='fastfact'>Florida is the lightning capital of the United States.</span>";
messages[92]="<span class='fastfact'>The first traffic light in America began operating on August 5, 1914, in Cleveland.</span>";
messages[93]="<span class='fastfact'>The state of Washington is the only state to be named after a president.</span>";
messages[94]="<span class='fastfact'>Chocolate was introduced to the U.S. in 1765 by John Hanan.</span>";
messages[95]="<span class='fastfact'>Jimmy Carter was the first U. S. president born in a hospital.</span>";
messages[96]="<span class='fastfact'>Keep a bottle of Mr. Clean&reg; at your desk at work for quick cleaning jobs. Use it on your phone, desk, stapler, and filing cabinets.</span>";
messages[97]="<span class='fastfact'>There are 63,360 inches in a mile.</span>";
messages[98]="<span class='fastfact'>The Hawaiian alphabet only has 12 letters.</span> ";
messages[99]="<span class='fastfact'>The Queen of England has two birthdays. She was born April 21, but it?s customary to celebrate the Sovereign?s birthday in the summer, so her ?official? birthday is normally held on the second Saturday in June.</span>";
messages[100]="<span class='fastfact'>The liquid inside young coconuts can be used as a substitute for blood plasma. </span>";
messages[101]="<span class='fastfact'>The Hs in 4-H stand for Head, Heart, Health and Hands. </span>";
messages[102]="<span class='fastfact'>Cascade Crystal Clear&trade; helps dishes dry quickly. A surfactant reduces the surface tension on the water allowing it to sheet off.</span>";
messages[103]="<span class='fastfact'>To clean your blender after a party, add hot water and Dawn?, and blend!</span>";
messages[104]="<span class='fastfact'>Carnegie Hall opened in 1891 in New York.</span>";
messages[105]="<span class='fastfact'>A baby eel is called an elver; a baby oyster is called a spat. </span>";
messages[106]="<span class='fastfact'>The first zoo in the U.S. was in Philadelphia.</span>";
messages[107]="<span class='fastfact'>In 1916, Georgia Tech beat Cumberland 222-0?the largest margin of victory in college football history.</span>";
messages[108]="<span class='fastfact'>Thomas Jefferson invented the dumbwaiter.</span>";
messages[109]="<span class='fastfact'>The opisthenar is the back of the human hand.</span>";
messages[110]="<span class='fastfact'>Former L.A. Lakers star Jerry West is the silhouette on the NBA logo.</span>";
messages[111]="<span class='fastfact'>According to the Treasury Department, a $1 note will last about 22 months, but a $100 note will last around 9 years.</span>";
messages[112]="<span class='fastfact'>The hands of the clock in the steeple of Independence Hall on the back of the $100 bill are set at approximately 4:10. U.S. Treasury Department. </span>";
messages[113]="<span class='fastfact'>The outside of the White House requires 570 gallons of paint. </span>";
messages[114]="<span class='fastfact'>The Mona Lisa dates from about 1505.</span>";
messages[115]="<span class='fastfact'>Crayons were first sold in 1903.</span>";
messages[116]="<span class='fastfact'>In 1815, because of a declaration by James Madison, Thanksgiving was celebrated twice.</span>";
messages[117]="<span class='fastfact'>Uranus, the first planet discovered in modern times, was observed in 1781.</span>";
messages[118]="<span class='fastfact'>Mr. Clean&reg; was introduced in 1958 as an all-purpose cleaner.</span>";
messages[119]="<span class='fastfact'>Mr. Clean&reg; kills 99.9% of household germs including salmonella choleraesuis, escherichia coli, and proteus mirabilis; and the viruses influenza A2 and herpes simplex type 1 (causes cold sores).</span>";
messages[120]="<span class='fastfact'>Mr. Clean&reg; is now available in fresh seasonal scents: Spring Garden, Summer Citrus, Sparkling Apple, and Invigorating Breeze.</span>";
messages[121]="<span class='fastfact'>Put a small amount of Mr. Clean&reg; in your toilet bowls each night before bed. In the morning, every bathroom will smell great.</span>";
messages[122]="<span class='fastfact'>Dawn&reg; Fresh Escapes&trade; has three great scents: Apple Blossom&trade; Antibacterial, Citrus Burst Scent&trade;, and Wildflower Medley&trade;.</span>";
messages[123]="<span class='fastfact'>The Boca Raton Resort & Club uses Febreze&reg; Deep Clean in every room, every day.</span>";
messages[124]="<span class='fastfact'>Febreze&reg; Laundry Odor Eliminator cleans away hard-to-remove odors in the wash.</span>";
messages[125]="<span class='fastfact'>Febreze&reg; Auto is made especially for cars, another place that's surprisingly fabric-filled and where odors collect.</span>";
messages[126]="<span class='fastfact'>Febreze&reg; is a water-based product that uses a modified starch derived from corn to eliminate a wide range of odors.</span>";
messages[127]="<span class='fastfact'>You can clean and freshen the inside of your dishwasher by running an empty load with Cascade&reg; Plastic Booster&trade;.</span>";
messages[128]="<span class='fastfact'>You can clean and freshen the inside of your dishwasher by running an empty load with Cascade&reg; Plastic Booster&trade;.</span>";
messages[129]="<span class='fastfact'>Using the heat generated by your dishwasher, Cascade&reg; Scent Expressions&trade; releases light, kitchen-freshening scents through your dishwasher's vents.</span>";
messages[130]="<span class='fastfact'>Swiffer&reg; was introduced in 1998 and expanded around the world in less than 18 months.</span>";
messages[131]="<span class='fastfact'>Swiffer&reg; makes a great housewarming gift.</span>";
messages[132]="<span class='fastfact'>Swiffer&reg; is more efficient at removing cat and dog allergens than ordinary cleaning methods.</span>";
messages[133]="<span class='fastfact'>Clean window blinds quickly and easily with the Swiffer&reg; Mitt. </span>";
messages[134]="<span class='fastfact'>The first Winter Olympic Games were held in Chamonix, France, in 1924.</span>";
messages[135]="<span class='fastfact'>The A&W of root beer fame is short for Allen and Wright.</span>";
messages[136]="<span class='fastfact'>When you blush, the lining of your stomach also turns red.</span>";
messages[137]="<span class='fastfact'>Anise is used in greyhound races as the scent on the artificial rabbit.</span>";
messages[138]="<span class='fastfact'>The world?s widest road is the Monumental Axis in Brazil.</span>";
messages[139]="<span class='fastfact'>Buckingham Palace has more than 600 rooms.</span>";
messages[140]="<span class='fastfact'>Elmo is the first puppet in history to testify on Capitol Hill.</span>";
messages[141]="<span class='fastfact'>A sneeze can travel as fast as 100 mph.</span>";
messages[142]="<span class='fastfact'>The double coconut has the largest seed in the world.</span>";
messages[143]="<span class='fastfact'>A postcard collector is called a deltiologist.</span>";
messages[144]="<span class='fastfact'>Almonds belong to the same plant family as cherries and peaches.</span>";
messages[145]="<span class='fastfact'>Cats can hear ultrasound.</span>";
messages[146]="<span class='fastfact'>Camels have three eyelids.</span>";
messages[147]="<span class='fastfact'>Kangaroos can't walk backward.</span>";
messages[148]="<span class='fastfact'>Mosquito repellants do not repel. They hide you. The spray blocks the mosquito's sensors.</span>";
messages[149]="<span class='fastfact'>Charlie Brown's father was a barber.</span>";
messages[150]="<span class='fastfact'>The surface area of the Earth is 197,000,000 square miles.</span>";
messages[151]="<span class='fastfact'>Jay Berwanger won the first Heisman Trophy, and his aunt used it as a doorstop for a year.</span>";
messages[152]="<span class='fastfact'>A jiffy is actually 1/100 of a second.</span>";
messages[153]="<span class='fastfact'>U.S. President William Taft had a cow named Pauline Wayne.</span>";
messages[154]="<span class='fastfact'>The first fully automatic dishwasher was manufactured in 1940.</span>";
messages[155]="<span class='fastfact'>The pineapple is a traditional symbol of good luck that's often seen over doorways. </span>";
messages[156]="<span class='fastfact'>It wasn't until 1950 that the Diner's Club introduced the first international credit card.</span>";
messages[157]="<span class='fastfact'>It wasn't until 1950 that the Diner's Club introduced the first international credit card.</span>";
messages[158]="<span class='fastfact'>In ancient cultures, use of umbrellas was permitted only for very important people.</span>";
messages[159]="<span class='fastfact'>Mary Anderson invented the windshield wiper in 1903, and was granted a patent for it 1905.</span>";
messages[160]="<span class='fastfact'>The first convenient disposable diaper was invented by Marion Donovan in 1950.</span>";
messages[161]="<span class='fastfact'>The little groove between your nose and top lip is called a philtrum.</span>";
messages[162]="<span class='fastfact'>The Gauls are credited with inventing soap; the hair mixture of ash and fat they used also cleaned dirt off their skin.</span>";
messages[163]="<span class='fastfact'>The story of George Washington and the cherry tree was invented by Mason Locke Weems in a biography published shortly after Washington?s death.</span>";
messages[164]="<span class='fastfact'>Transparent adhesive tape was invented by Richard G.Drew in 1930.</span>";
messages[165]="<span class='fastfact'>Bar codes were invented in 1949 by Joseph Woodland and Bernard Silver and first used in grocery stores in the 1970s.</span>";
messages[166]="<span class='fastfact'>Emily Murphy, a Canadian, was the first woman in the British Commonwealth to be appointed as a magistrate, in 1916.</span>";
messages[167]="<span class='fastfact'>We?ve all heard the expression, ?No pain, no gain,? but Benjamin Franklin is credited with ?There are no gains without pains.?</span>";
messages[168]="<span class='fastfact'>The first mandatory seat belt law was enacted in New York State on July 12, 1984, and began to be enforced in early 1985.</span>";
messages[169]="<span class='fastfact'>The bride stands on the groom?s left because during ancient times, his sword hand had to be free in case of a brawl during the ceremony.</span>";
messages[170]="<span class='fastfact'>In addition to being great on greasy dishes, Dawn? dishwashing liquid also saves lives! It's used to clean wildlife affected by oil spills. </span>";
messages[171]="<span class='fastfact'>Mr. Clean? was once voted the sexiest man alive.</span>";
messages[172]="<span class='fastfact'>Only Cascade&reg; Scent Expressions&trade; automatic dish detergent is heat-activated in the dishwasher to release scent into the air and actually freshens your kitchen. </span>";
messages[173]="<span class='fastfact'>A one-liter cartridge of Swiffer cleaning solution will clean over 1,000 square feet of floor, which is equivalent to the entire floor area of eight rooms.</span>";
messages[174]="<span class='fastfact'>The can opener was invented 48 years after cans were introduced.</span>";
messages[175]="<span class='fastfact'>Iced tea was introduced in 1904 at the World's Fair in St. Louis, Missouri.</span>";
messages[176]="<span class='fastfact'>A group of jellyfish is called a smack.</span>";
messages[177]="<span class='fastfact'>A quarter has 119 grooves, or reeds, on its circumference. A dime has 118.</span>";
messages[178]="<span class='fastfact'>Fort Payne, Alabama is the official Sock Capital of the World.</span>";
messages[179]="<span class='fastfact'>Arco, Idaho was the first city in the world to be lit by atomic power</span>";
messages[180]="<span class='fastfact'>Kids in Illinois get out of school for Casimir Pulaski Day, celebrating the Polish war hero. Illinois is home to just less than one tenth of the Polish population in the U.S.</span>";
messages[181]="<span class='fastfact'>Elizabeth Blackwell was the first American woman to receive a medical degree in 1849. She graduated from the Geneva Medical College in New York.</span>";
messages[182]="<span class='fastfact'>Smith is the most popular last name in the U.S., with Johnson and Williams coming in second and third, respectively.</span>";
messages[183]="<span class='fastfact'>Mandarin Chinese is the most widely spoken language in the world. </span>";
messages[184]="<span class='fastfact'>The phrase ?you're a real peach? originated from the tradition of giving a peach to a friend.</span>";
messages[185]="<span class='fastfact'>There are more than 200 different species of raspberries, but only 2 species are grown on a large scale.</span>";
messages[186]="<span class='fastfact'>To hide her pregnancy, Queen Juana of Portugal wore the first hoop skirt in 1470.</span>";
messages[187]="<span class='fastfact'>Garlic rubbed on the soles of your feet will be noticeable on your breath after awhile.</span>";
messages[188]="<span class='fastfact'>The penguin is the only bird in the world that can swim but can?t fly.</span>";
messages[189]="<span class='fastfact'>Panama hats were first made in Ecuador.</span>";
messages[190]="<span class='fastfact'>The skin on an adult human body weighs about six pounds.</span>";
messages[191]="<span class='fastfact'>Wrigley?s gum was the first product to have a bar code.</span>";
messages[192]="<span class='fastfact'>Walt Disney was afraid of mice.</span>";
messages[193]="<span class='fastfact'>There are no clocks in Las Vegas gambling casinos.</span>";
messages[194]="<span class='fastfact'>The toothbrush was invented in 1498.</span>";
messages[195]="<span class='fastfact'>Honey is often used as a center for golf balls.</span>";
messages[196]="<span class='fastfact'>Octophobia is the fear of the number eight.</span>";
messages[197]="<span class='fastfact'>There are approximately 6,800 different languages spoken in the world.</span>";
messages[198]="<span class='fastfact'>Pigeons have excellent eyesight.</span>";
messages[199]="<span class='fastfact'>Hummingbirds can?t walk.</span>";
messages[200]="<span class='fastfact'>American car horns beep in the tone of F.</span>";
messages[201]="<span class='fastfact'>The spots on dice are called ?pips.?</span>";
messages[202]="<span class='fastfact'>An ostrich?s eye is bigger than its brain.</span>";
messages[203]="<span class='fastfact'>A pregnant goldfish is called a ?twit.?</span>";
messages[204]="<span class='fastfact'>There is a city called Rome on every continent.</span>";
messages[205]="<span class='fastfact'>The electric chair was invented by a dentist.</span>";
messages[206]="<span class='fastfact'>The average life span of a human taste bud is 10 days.</span>";
messages[207]="<span class='fastfact'>The average adult only laughs 15 times a day.</span>";
messages[208]="<span class='fastfact'>Maine is the toothpick capital of the world.</span>";
messages[209]="<span class='fastfact'>There are seven points on the Statue of Liberty?s crown.</span>";
messages[210]="<span class='fastfact'>Thomas Edison was afraid of the dark.</span>";
messages[211]="<span class='fastfact'>Rubber bands last longer when refrigerated.</span>";
messages[212]="<span class='fastfact'>There are 294 ways to make change for a dollar.</span>";
messages[213]="<span class='fastfact'>It takes 1,000 pounds of almonds to make one pint of almond oil.</span>";
messages[214]="<span class='fastfact'>The lollipop was named after a famous racehorse.</span>";
messages[215]="<span class='fastfact'>Mothballs in your tool chest will keep your tools from rusting.</span>";
messages[216]="<span class='fastfact'>James Buchanan is the only president to remain a bachelor.</span>";
messages[217]="<span class='fastfact'>Jupiter is larger than all of the other planets combined.</span>";
messages[218]="<span class='fastfact'>Thomas Edison invented wax paper.</span>";
messages[219]="<span class='fastfact'>A group of kangaroos is called a ?mob.?</span>";
messages[220]="<span class='fastfact'>A shark doesn?t have one bone in its body; its skeleton is made of cartilage.</span>";
messages[221]="<span class='fastfact'>Libya is the only country with a single-colored flag.</span>";
messages[222]="<span class='fastfact'>Leonardo da Vinci invented the scissors.</span>";
messages[223]="<span class='fastfact'>Milk is the official state beverage of North Dakota.</span>";
messages[224]="<span class='fastfact'>Pennsylvania is the first state to list its website URL on a license plate.</span>";
messages[225]="<span class='fastfact'>Illinois has more personalized license plates than any other state.</span>";
messages[226]="<span class='fastfact'>The cheetah is the only cat that can?t retract its claws.</span>";
messages[227]="<span class='fastfact'>The underside of a horse?s hoof is called a ?frog.?</span>";
messages[228]="<span class='fastfact'>A Butterfly can?t fly if its body temperature is less than 86 degrees.</span>";
messages[229]="<span class='fastfact'>The Leaning Tower of Pisa has never actually been straight.</span>";
messages[230]="<span class='fastfact'>One Neptune year lasts 165 Earth years.</span>";
messages[231]="<span class='fastfact'>There are 6,374.6 miles of streets in New York City.</span>";
messages[232]="<span class='fastfact'>Austin, Texas, is considered the ?Live Music Capital of the World.?</span>";
messages[233]="<span class='fastfact'>One million cloud droplets are needed to make enough water to produce one raindrop. </span>";
messages[234]="<span class='fastfact'>Cats age 10 human years in the first six months of life.</span>";
messages[235]="<span class='fastfact'>A fully ripened cranberry can be dribbled like a basketball.</span>";
messages[236]="<span class='fastfact'>When you blush, your stomach lining also reddens.</span>";
messages[237]="<span class='fastfact'>One square inch of human skin contains 625 sweat glands.</span>";
messages[238]="<span class='fastfact'>The average garden-variety caterpillar has 248 muscles in its head.</span>";
messages[239]="<span class='fastfact'>A cricket?s ear is on its knee.</span>";
messages[240]="<span class='fastfact'>A Boeing 747 can hold more than 57,000 gallons of fuel.</span>";
messages[241]="<span class='fastfact'>A yoctosecond is one septillionth of a second.</span>";
messages[242]="<span class='fastfact'>Theodore Roosevelt was the first president to ride in a car, fly in a plane, and travel in a submarine. </span>";
messages[243]="<span class='fastfact'>Theodore ?Teddy? Roosevelt was the inspiration for naming the teddy bear.</span>";
messages[244]="<span class='fastfact'>Noxzema&reg; was first referred to as ?Dr. Bunting's Sunburn Remedy.? </span>";
messages[245]="<span class='fastfact'>The back of the human hand is the opisthenar.</span>";
messages[246]="<span class='fastfact'>The pin that holds a hinge together is called a ?pintle.? </span>";
messages[247]="<span class='fastfact'>A baby bat is called a pup.</span>";
messages[248]="<span class='fastfact'>Wine will spoil if exposed to light.</span>";
messages[249]="<span class='fastfact'>About one-fifth of the world?s population lives in China.</span>";
messages[250]="<span class='fastfact'>Wyoming was the first state to give women the right to vote.</span>";
messages[251]="<span class='fastfact'>Victoria Day marks the beginning of the summer season in Canada, and is celebrated on the Monday before May 25 each year.</span>";
messages[252]="<span class='fastfact'>Only female mosquitoes bite.</span>";
messages[253]="<span class='fastfact'>Martha Washington is the only woman whose portrait has appeared on U.S. paper currency.</span>";
messages[254]="<span class='fastfact'>An animal epidemic is called an ?epizootic.?</span>";
messages[255]="<span class='fastfact'>";
messages[256]="<span class='fastfact'>Maine is the only state in the United States whose name has one syllable.</span>";
messages[257]="<span class='fastfact'>A peanut is not a nut; it is a legume.</span>";
messages[258]="<span class='fastfact'>Pork is the world?s most widely eaten meat.</span>";
messages[259]="<span class='fastfact'>There are 701 types of purebred dogs.</span>";
messages[260]="<span class='fastfact'>The tall chef's hat is called a ?toque.?</span>";
messages[261]="<span class='fastfact'>The study of ants is called myrmecology.</span>";
messages[262]="<span class='fastfact'>Alaska?s state flag was designed by a 13-year-old boy.</span>";
messages[263]="<span class='fastfact'>The abbreviation e.g. stands for ?exempli gratia,? or ?for example.? </span>";
messages[264]="<span class='fastfact'>The infinity sign is called a ?lemniscate.? </span>";
messages[265]="<span class='fastfact'>The metal part of a lamp that surrounds the bulb and supports the shade is called a harp.</span>";
messages[266]="<span class='fastfact'>A postcard collector is called a deltiologist.</span>";
messages[267]="<span class='fastfact'>Arachibutyrophobia is the fear of peanut butter sticking to the roof of your mouth.</span>";
messages[268]="<span class='fastfact'>A sphygmomanometer is an instrument that measures blood pressure.</span>";
messages[269]="<span class='fastfact'>Sarsaparilla is the root that flavors root beer.</span>";
messages[270]="<span class='fastfact'>A tightrope walker is known as a funambulist.</span>";
messages[271]="<span class='fastfact'>Somniloquy is the act or habit of talking while asleep.</span>";
messages[272]="<span class='fastfact'>The space between your eyebrows is called the glabella.</span>";
messages[273]="<span class='fastfact'>Each Scentstories&trade; by Febreze&trade; disc has five complementary scents that change every 30 minutes, giving you a multidimensional scent experience in your home. </span>";
messages[274]="<span class='fastfact'>There are more airports with unpaved runways than ones with paved runways in Canada.</span>";
messages[275]="<span class='fastfact'>A large majority of Canadians, approximately 77 percent, live in cities or towns.</span>";
messages[276]="<span class='fastfact'>There are about two million lakes in Canada, which make up approximately 8.9 percent of its land mass.</span>";
messages[277]="<span class='fastfact'>Canada is the second largest country; Russia is the first.</span>";
messages[278]="<span class='fastfact'>To unwind from a busy day play the Relaxing in a Hammock&trade; Scentstories&trade; by Febreze&trade; disc, and then sit back, close your eyes, and relax.</span>";
messages[279]="<span class='fastfact'>Spray Febreze Air Effects&trade; in Citrus & Light&trade; to eliminate odors in the air.</span>";
messages[280]="<span class='fastfact'>Use Febreze Air Effects&trade; in Meadows & Rain&trade; with Febreze&reg; Fabric Refresher in Meadows & Rain for Febreze freshness throughout your home.</span>";
messages[281]="<span class='fastfact'>Spilled some grease onto your stovetop? Mr. Clean Magic Eraser DUO has a sponge side to wipe up the spill, and a Magic Eraser side to remove any stubborn mess left behind.</span>";
messages[282]="<span class='fastfact'>Mr. Clean&reg; Antibacterial Multi-Surface Spray cuts tough grease, cleans glass, and provides antibacterial action?all in one product!</span>";
messages[283]="<span class='fastfact'>Next time you dust your blinds, use Swiffer Dusters&trade; to get in between the slats easily.</span>";
messages[284]="<span class='fastfact'>Try Swiffer Dusters&trade; with Extendable Handle for extra reach to clean ceiling fans.</span>";
messages[285]="<span class='fastfact'>Have a cat or dog? Try Swiffer Sweep+Vac. The Swiffer&reg; cloth will remove pet hair from your floors? surfaces, and the vacuum can pick up any larger debris?such as cat or dog food.</span>";
messages[286]="<span class='fastfact'>Instead of scrubbing your pots and pans, use Dawn Power Dissolver&trade; to remove burnt-on food.</span>";
messages[287]="<span class='fastfact'>Remove the black or yellow build-up on your pots and pans with Dawn Power Dissolver.</span>";
messages[288]="<span class='fastfact'>Use the Dawn Power Dish Brush&trade;, with its battery-powered rotating bristle, to power through left-over grease and grime in your slow cooker. </span>";
messages[289]="<span class='fastfact'>Skip the sink and use Cascade&reg; Complete in your dishwasher instead of prewashing or pre-soaking dishes. </span>";
messages[290]="<span class='fastfact'>Cascade Scent Expressions&trade; releases light fragrances through your dishwasher vents, leaving your kitchen smelling fresh and clean.</span>";
messages[291]="<span class='fastfact'>Use Febreze Allergen Reducer regularly to reduce up to 75% of allergens from cats, dogs and dust mites that can become airborne from fabric and eliminate odors.</span>";
*/

/*messages[0]="<span class='fastfact'>Hawaii is the only U.S. state that produces coffee.</span>";
messages[1]="<span class='fastfact'>The average human body holds enough carbon to make 900 pencils.</span>";
messages[2]="<span class='fastfact'>It only takes 17 facial muscles to smile, but 42 to frown.</span>";
messages[3]="<span class='fastfact'>The wingspan of a Boeing 747 jet is longer than the length of the Wright Brothers' first flight.</span>";
messages[4]="<span class='fastfact'>The cashew nut is a member of the poison ivy family.</span>";
messages[5]="<span class='fastfact'>An onion, apple and potato all have the same taste. The differences in flavor are caused by their smell.</span>";
messages[6]="<span class='fastfact'>On average, you speak almost 5,000 words a day - although almost 80% of speaking is self-talk (talking to yourself).</span>";
messages[7]="<span class='fastfact'>The harmonica is the world's best-selling music instrument.</span>";
messages[8]="<span class='fastfact'>Apples, not caffeine, are more efficient at waking you up in the morning.</span>";
messages[9]="<span class='fastfact'>Every day more money is printed for Monopoly than the U.S. treasury.</span>";
messages[10]="<span class='fastfact'>Ketchup was sold in the 1830's as medicine.</span>";*/

/* January fast facts
messages[0]="<span class='fastfact'>Cold water weighs more than hot water.</span>";
messages[1]="<span class='fastfact'>The word 'set' has more definitions than any other word in the English language.</span>";
messages[2]="<span class='fastfact'>A sneeze can travel as fast as 160 kilometres per hour.</span>";
messages[3]="<span class='fastfact'>Fingernails grow fastest on the right hand of right-handed people and the left hand of left-handed people.</span>";
messages[4]="<span class='fastfact'>The Eiffel Tower always leans away from the sun because heat expands the metal.</span>";
messages[5]="<span class='fastfact'>Gram for gram, strawberries contain more vitamin C than oranges.</span>";
messages[6]="<span class='fastfact'>A rainbow can only be seen in the morning or late afternoon.</span>";
messages[7]="<span class='fastfact'>Months will always have a 'Friday the 13th' if the first day of the month is on a Sunday.</span>";
messages[8]="<span class='fastfact'>There are 293 different ways to make change for a dollar.</span>";
messages[9]="<span class='fastfact'>Apples are made of 25% air, which is why they float.</span>";
messages[10]="<span class='fastfact'>The dot over the letter 'i' is called a tittle. </span>";
messages[11]="<span class='fastfact'>Chocolate does not cause acne.</span>";
*/