// JavaScript Document

var r_text = new Array ();
r_text[0] = "Practicing musical instruments improves hand-eye coordination. Children develop important motor skills when playing music just as they do when playing different sports.";

r_text[1] = "During moments of musical euphoria, blood travels through the brain to areas where other stimuli can produce feelings of contentment and joy-and travels away from brain cell areas associated with depression and fear.";

r_text[2] = "Beethoven began losing his hearing in his 20s but continued to compose music. He wrote some of the most notable pieces of all time, including his ninth symphony which he wrote after he became deaf.";

r_text[3] = "A piano covers the full spectrum of all orchestra instruments, from below the lowest note of the double bassoon to above the top note of the piccolo.";

r_text[4] = "Most toilets flush in E flat.";

r_text[5] = "Mozart could write music notes before he could write words. He composed over 600 pieces in his life. ";

r_text[6] = "There are 16 different types of acoustic guitars. George Beauchamp invented the first electric guitar in 1931.";

r_text[7] = "Children who have music lessons tend to have a higher reading level and better vocabulary than those who don't. It especially helps those that become distracted by background noise.";

var i = Math.round(7*Math.random());

document.write(r_text[i]);

