
TIPS_DATA = [
	showtip("Grady Richards, 1906 to 1918"),
	showtip("Empty Plot"),
	showtip("Perry Milburn Richards, 1871 to 1935"),
	showtip("Minnie Mae (Birdwell) Richards, 1881 to 1918"),
	showtip("Milburn Perry Richards, 1906 to 1982"),
	showtip("Johnnie Velma (--?--) Richards, 1907 to 1980"),
	showtip("Infants Richards, 1943"),
	showtip("Milburn Perry Richards Jr., 1941"),
	showtip("Empty Plot"),
	showtip("Empty Plot"),
	showtip("Empty Plot"),
	showtip("Empty Plot"),
	showtip("Empty Plot"),
	showtip("Laura Webb, 1993"),
	showtip("Rodney Bruce Richards, 1960 to 1996"),
	showtip("Empty Plot"),
];

var myTip = new Wtips (TIPS_DATA);

function showtip (tip_text, blank) {
	return "<table cellpadding=5 bgcolor='#ffffcc' style='border:1px solid #999999'><tr><td>"+tip_text+"</td></tr></table>"
}

