var r_text = new Array ();
r_text[0] = "Bees and wasp stingers are modified egg-laying devices and only females can sting.";
r_text[1] = "Washing hands with soap and water is important to avoid getting sick and spreading germs. It takes 20 seconds to get rid of germs under running water. Alcohol-based hand rubs are a good alternative.";
r_text[2] = "If you do not drink enough water the Thirst trigger if not satisfied, can cause the Hunger trigger to kick in, therefore quenching your thirst is essential to preventing snacking in between meals and losing weight.";
r_text[3] = "The average speed of a sneeze is 150 km per hour or roughly 100 mph. So always remember to cover your mouth and nose whenever you cough or sneeze.";
r_text[4] = "By the time the body registers that it needs water (the Thirst trigger) for maintaining mineral balance, dehydration has already set in and one’s performance is already declining.";
r_text[5] = "In one 2 liter bottle of coke, there is up to 40 teaspoons of sugar!  So watching what you drink is very important, by simply reducing the fizzy drinks you can save up to 400 calories per day. Drink of water and substitute the fizzy drinks with sugar-free drinks.";
r_text[6] = "A component of bee and wasp venom that actually stimulates the body’s pain receptors is the toxic melittin.";
r_text[7] = "If stung by a bee quickly remove the stinger to minimize the amount of toxin injected.";
r_text[8] = "Fires killed more Americans than all natural disasters combined. At least one a year change the battery in your smoke detectors.";
r_text[9] = "Only one in four Americans has devised and practiced a plan to escape from the home during a fire and 18 to 24-year-olds are the least likely to have developed an escape plan!";

var i = Math.random();
i = 10 * i;
i = Math.floor(i);

document.write("<p class=minilink>" + r_text[i] + "</p>");