var r_text = new Array ();
r_text[0] = "Kila mlango na ufunguwo wake / ".fontcolor("#ffffff").bold() + 
"Each door has its own key".fontcolor("#4fe0ff");
r_text[1] = "Mwanzo kokochi mwisho nazi / ".fontcolor("#ffffff").bold() + 
"The beginning is a bud, the end is a coconut".fontcolor("#4fe0ff");
r_text[2] = "Bahati ikipigia hodi ni lazima ufungue mlango mwenyewe / ".fontcolor("#ffffff").bold() +
"When good fortune knocks, you must open the door yourself".fontcolor("#4fe0ff");
r_text[3] = "Maji yakija hupwa / ".fontcolor("#ffffff").bold() + 
"When the tide is high, it ebbs".fontcolor("#4fe0ff");
r_text[4] = "Mvuvi ajuwa pweza alipo / ".fontcolor("#ffffff").bold() + 
"A fisherman knows where to look for octopus".fontcolor("#4fe0ff");
r_text[5] = "Kipendacho moyo ni dawa / ".fontcolor("#ffffff").bold() + 
"What the heart desires is medicine to it".fontcolor("#4fe0ff");
r_text[6] = "Maji hufuata mkondo / ".fontcolor("#ffffff").bold() + 
"Water follows the current".fontcolor("#4fe0ff");
r_text[7] = "Siku njema huonekana asubuhi / ".fontcolor("#ffffff").bold() + 
"A good day becomes evident in the morning".fontcolor("#4fe0ff");
r_text[8] = "Mcheza kwao hutunzwa / ".fontcolor("#ffffff").bold() + 
"He who dances at home will be rewarded".fontcolor("#4fe0ff");
r_text[9] = "Atangaye na jua hujuwa / ".fontcolor("#ffffff").bold() + 
"He who wonders around by day, learns a lot".fontcolor("#4fe0ff");
r_text[10] = "Haba na haba, hujaza kibaba / ".fontcolor("#ffffff").bold() + 
"Little and little, fills the measure".fontcolor("#4fe0ff");

var i = Math.floor(11*Math.random());

if (navigator.appName == "Netscape")
   {
   document.write("<font face='Verdana' size='1'>" + r_text[i] + "</FONT>");
   }
else
   {
   document.write("<font face='Verdana' size='1'>" + r_text[i] + "</FONT>");
   }