$gone="
Jessie Akins
Delores Bertram
Bill Bickle
Don Brown
Pat Bruce
Bill Burns
Bud Cale
Max Carleton
Linda Carter
Marty Cole
Terry Dally
Barbara Damico
Sheri Dubin
David Eklund
Bill Etter
Lee Floyd
Leonard Glasgow
Bruce Harnett
Randy Harrold
Ron Karn
Georgiana Kettler
Carol Mansell
Hos Minamiji
Joyce Newport
Danny Organ
Wayne Painter
Don Peters
Jim Price (2021)
John Pruitt
Allen Riddle
Ray Robinson
Jerry Schanzer 6/16/2014
Barry Sher
Ron Shores
Larry Stanhope
Sue Stewart
Jerry Walden
Glenn Wallace
Pat Whan
Diane Wingfield
John Yadrick
";
// format into X columns
$ga=explode("\n",trim($gone));
//echo "
being updated right now
";
echo "
";
$colbr=sizeof($ga)/2;
$colbr=round($colbr,0); // left col equal or longer
foreach ($ga as $idx=>$nam) {
if ($idx>=$colbr)
$col2.=$nam."
\n";
else
$col1.=$nam."
\n";
}
echo <<
| $col1 | $col2 |
Updated: 11/18/2013
EOF;
//print_r($ga);
/*
[List is out of date]
Jesse Akins
Bill Bickel
Pat Bruce (Kretchmer)
Bill Burns
Marty Cole
Terry Daly (2011)
Bill Etter
Lee Floyd
Leonard Glasgow
Bruce Harnett
Randy Harrold
Georgiana Kettler
Hos Minamiji
|
Danny Organ
Wayne Painter
Don Peters
Allen Riddle
Larry Stanhope
Glenn Wallace
Pat Whan
Diane Wingfield (Potter)
John Yadrick |
*/
?>