<!--
var r_text = new Array ();
r_text[0] = "So he said, \"You have had good luck, haven\'t you?\" And I said, \"We sure have. You know how I spell good luck?<br /><br />H-A-R-D-W-O-R-K.\"<br /><br /> ~Ken Pratt";
r_text[1] = "\"We each have a responsibility to leave this world a better place for our having been here.\"<br /><br />~Hope Arlene Marti";
r_text[2] = "\"Yesterday is history ... Tomorrow is a mystery ... Today is a gift ... That\'s why today is called ... \'the present\'.\"<br /><br />~G. Lane \"Earnie\" Earnest";
r_text[3] = "\"If you see a problem with a business associate, solve it.\"<br /><br />~Ed Mock";
r_text[4] = "\"People don\'t care how much you know until they know how much you care.\"<br /><br />~Bayne Gibson";
r_text[5] = "\"Life! It\'s not a dress rehearsal.\"<br /><br />~Ed Kanemoto";
r_text[6] = "\"Boulder County is tops when it comes to supporting business, women and the entreprenuerial spirit. It\'s made it absolutely great fun.\"<br /><br />~Meg Hansson";
var i = Math.floor(7*Math.random())

document.write(r_text[i]);

//-->
