var r_text = new Array ();
r_text[0] = "The road was created to provide solace, awareness and, ultimately, wisdom.";
r_text[1] = "I have found aloneness and lonelyness to be respected and forsaken, respectively.";
r_text[2] = "It is the one sea but, as any individual, it might not be the same.";
r_text[3] = "In serving others, the road is found.";
r_text[4] = "May your road be sinuous, daring and filled with travail.";
r_text[5] = "Life is a series of trips followed by the long journey. Are you a tourist, traveler or explorer?";
r_text[6] = "Legacy is more akin to path exploration, tracing and preservation than to landmark building.";
r_text[7] = "Do you hear or listen, see or observe, walk or explore?";
r_text[8] = "Keep exploring...";
var i = Math.floor(9*Math.random());
document.write(r_text[i]);

