var random_number = Math.random();
if (random_number < .12)
   {
   document.write('The Super Bowl App audience was almost as big as its TV Audience. A big deal was made out of the fact that Super Bowl XLVI was the first Super Bowl made available to stream through an app as well as being broadcast over television. Mobile statistics company Flurry ran its analytics and found that the App reached an audience of 98 million. This by itself is incredible, but even more so when you consider that the game itself was watched by 111 million, which by itself, was a record.');
   }
else if (random_number < .24)
   {
   document.write('Your heartbeat changes with the music you listen to. Music can be so powerful it can affect your mood, brainwaves, and even your heartbeat! It turns out that when we listen to music our body reacts to the sounds we hear. If a person listens to rock or techno, their heartbeat will involuntarily speed up. The opposite is true if someone listens to more calming or instrumental music. Music is so influential it can alter your heartbeat, pulse rate, blood pressure, decrease your muscle tension, and even affect your body movement and coordination.');
   }     
else if (random_number < .36)
   {
   document.write('What\'s the busiest day for American plumbers? The day after Thanksgiving. While families are eating turkey and cleaning ludicrous amounts of dishes, plumbers patiently wait for calls. On average, about 50 calls are made to plumbers about kitchen problems after the holiday. Another common plumbing problem after Turkey Day is clogged toilets. This problem is caused partly by overeating but also because most American toilets have water-saving techniques and can’t support the abnormal amount of waste. A.k.a. people poop too much on Black Friday.');
   }
else if (random_number < .48)
   {
   document.write('In 1995, the University of South Carolina created a robotic garden controlled by Internet users. During its run online, any user could log on and control how the garden was tended to. For instance, you could enter commands to water flowers and a robotic arm above the garden would correspond by performing your task. The website describes that the reason for this project was to give a peaceful community feeling where anyone can tend to plants peacefully. In the first year of being live, over 9000 members (there\'s no way that member level can be right ;) ) helped cultivate the garden at USC.');
   } 
else if (random_number < .60)
   {
   document.write('The term “happily ever after” used to be “happily until they died”. The following is a quote from “Little Brier-Rose” by the Brothers Grimm. “Then the prince and Brier-Rose got married, and they lived long and happily until they died.” This story later molded to become what we know today as Sleeping Beauty.');
   } 
else if (random_number < .72)
   {
   document.write('Lighting is hotter than the surface of the sun.');
   } 
else if (random_number < .85)
   {
   document.write('A woman called 911 because McDonald’s ran out of McNuggets. After paying her money she was informed that there were no more nuggets, yet the cashier refused to grant Ms. Goodman a refund. When asked if she would like another product of equal value, the customer phoned the police saying, “This is an emergency!” McDonald’s sent her a gift card for her troubles, but couldn’t stop the police from charging her with misuse of 911.');
   }        
else 
   {
   document.write('The word Idiot has a completely different origin than what you might think. Today, as we all know, the word ‘idiot’ is used to mean someone of relatively low intelligence. However, the word comes from ancient Greek and it had a completely different meaning back then. Idiot in Ancient Greek was used to mean a private person or someone not interested in politics.');
   }
