
<!--
var r_text = new Array ();
r_text[0] = "Light Wave: (n.) electromagnetic radiation of a wavelength that is visible to humans";
r_text[1] = "Sound Wave: (n.) pressure waves within any media";
r_text[2] = "New Wave: (n.) new movement in a field (for example:  technology, art, music, film)";
r_text[3] = "Radio Wave: (n.) invisible electromagnetic wave";
r_text[4] = "Tidal Wave: (n.) overcome by something large in quantity ";
r_text[5] = "Shock Wave: (n.) a pulsing destructive disturbance";
r_text[6] = "Rogue Wave: (n.) large and spontaneous oceanic surface waves";
r_text[7] = "Wave: (wav) a surging movement engaging a large group: a swelling undulation as to carry something ";
r_text[8] = "Waves can travel thousands of kilometres, provided there is no land in the way to stop them. ";
r_text[9] = "Waves which begin in the Indian Ocean may travel 19,000km (11,807 miles) all the way to Alaska.";

var i = Math.floor(10*Math.random())

document.write(r_text[i]);

//-->


