NOLLE SMITH, 1920-2006
'Bows football captain a Circle of Honor member
>> More obituaries
Star-Bulletin staff
sports@starbulletin.com
Nolle Smith, an outstanding running back at the University of Hawaii and member of the school's Sports Circle of Honor, died Saturday at St. Francis-West Hospice. He was 86.
Smith, the Rainbows' team captain, is best known for leading Hawaii to a 20-6 victory over Willamette to complete UH's season in 1941 with an 8-1 record.
But the game and Smith's 100-yard rushing performance were overshadowed by the events of the following day -- Dec. 7 -- when Pearl Harbor was bombed.
Smith immediately joined the Army. He fought in the Pacific campaign, including at Guadalcanal, and attained the rank of captain.
After the war, the Roosevelt High School graduate returned to Hawaii and became a football coach and teacher at Maui High School and later at Kaimuki High School. He later retired as director of Maui parks and recreation.
Smith is survived by daughters Kim Gonzales, Tsulan L. Husted and Kuuipo T.C. Smith, son Nolle R. Smith, nieces Lori Lundberg and Leinaala Freitas, nine grandchildren and four great-grandchildren.
"Lori and Leinaala were like daughters to him, too," Gonzales said.
Services will be held Saturday at 4:30 p.m. at Central Union Church's Atherton Chapel.
|
Inside | " . $monthNday . "
";
// INITIALIZE COUNTERS
$nws = 0; $fts = 0; $trv = 0; $spt = 0; $biz = 0; $edt = 0;
// OPEN FLAT-FILE READ-ONLY
$fp = fopen('../fDB_indexstories.txt','r'); // All columnists are stored in a flat-file in subdirectory 'inc_files'
// CHECK FLAT-FILE EXISTS
if (!$fp) { $allstories = "ERROR: File 'fDB_indexstories.txt' could not be found!\n"; print $allstories; exit;}
// PARSE FLAT-FILE
while (!feof($fp)) {
$line = fgets($fp, 2048);
list($iS_vis, $iS_sec, $iS_ord, $iS_filename, $iS_headline) = explode('===', $line);
// HAWAII NEWS
if ($stat_nws == 'Y') {
// STORIES
if ($iS_sec == 'nws' && $iS_vis == ' Y' /* && $iS_ord == 'sto' */) {
$nws++;
displaySection($nws, $iS_sec);
$secPath = 'http://' . $site . $path_nws;
displayStory($secPath, $iS_filename, $iS_headline);
}
// BRIEFS
// if ($iS_sec == 'nws' && $iS_vis == ' Y' && $iS_ord == 'brf') {
// $nws++;
// displaySection($nws, $iS_sec);
// $secPath = 'http://' . $site . $path_nws;
// displayStory($secPath, $iS_filename, $iS_headline);
// }
}
// FEATURES
if ($stat_fts == 'Y') {
// STORIES
if ($iS_sec == 'fts' && $iS_vis == ' Y') {
$fts++;
displaySection($fts, $iS_sec);
$secPath = 'http://' . $site . $path_fts;
displayStory($secPath, $iS_filename, $iS_headline);
}
// BRIEFS
// if ($iS_sec == 'fts' && $iS_vis == ' Y' && $iS_ord == 'brf') {
// $fts++;
// displaySection($fts, $iS_sec);
// $secPath = 'http://' . $site . $path_fts;
// displayStory($secPath, $iS_filename, $iS_headline);
// }
}
// TRAVEL
if ($stat_trv == 'Y') {
// STORIES
if ($iS_sec == 'trv' && $iS_vis == ' Y') {
$trv++;
displaySection($trv, $iS_sec);
$secPath = 'http://' . $site . $path_trv;
displayStory($secPath, $iS_filename, $iS_headline);
}
// BRIEFS
// if ($iS_sec == 'trv' && $iS_vis == ' Y' && $iS_ord == 'brf') {
// $trv++;
// displaySection($trv, $iS_sec);
// $secPath = 'http://' . $site . $path_trv;
// displayStory($secPath, $iS_filename, $iS_headline);
// }
}
// SPORTS
if ($stat_spt == 'Y') {
// STORIES
if ($iS_sec == 'spt' && $iS_vis == ' Y') {
$spt++;
displaySection($spt, $iS_sec);
$secPath = 'http://' . $site . $path_spt;
displayStory($secPath, $iS_filename, $iS_headline);
}
// BRIEFS
// if ($iS_sec == 'spt' && $iS_vis == ' Y' && $iS_ord == 'brf') {
// $spt++;
// displaySection($spt, $iS_sec);
// $secPath = 'http://' . $site . $path_spt;
// displayStory($secPath, $iS_filename, $iS_headline);
// }
}
// BUSINESS
if ($stat_biz == 'Y') {
// STORIES
if ($iS_sec == 'biz' && $iS_vis == ' Y') {
$biz++;
displaySection($biz, $iS_sec);
$secPath = 'http://' . $site . $path_biz;
displayStory($secPath, $iS_filename, $iS_headline);
}
// BRIEFS
// if ($iS_sec == 'biz' && $iS_vis == ' Y' && $iS_ord == 'brf') {
// $biz++;
// displaySection($biz, $iS_sec);
// $secPath = 'http://' . $site . $path_biz;
// displayStory($secPath, $iS_filename, $iS_headline);
// }
}
// EDITORIAL
if ($stat_edt == 'Y') {
// STORIES
if ($iS_sec == 'edt' && $iS_vis == ' Y') {
$edt++;
displaySection($edt, $iS_sec);
$secPath = 'http://' . $site . $path_edt;
displayStory($secPath, $iS_filename, $iS_headline);
}
// BRIEFS
// if ($iS_sec == 'edt' && $iS_vis == ' Y' && $iS_ord == 'brf') {
// $edt++;
// displaySection($edt, $iS_sec);
// $secPath = 'http://' . $site . $path_edt;
// displayStory($secPath, $iS_filename, $iS_headline);
// }
}
// SPECIAL
if ($stat_spc == 'Y') {
// STORIES
if ($iS_sec == 'spc' && $iS_vis == ' Y') {
$spc++;
displaySection($spc, $iS_sec);
$secPath = 'http://' . $site . $path_spc;
displayStory($secPath, $iS_filename, $iS_headline);
}
// BRIEFS
// if ($iS_sec == 'spc' && $iS_vis == ' Y' && $iS_ord == 'brf') {
// $spc++;
// displaySection($spc, $iS_sec);
// $secPath = 'http://' . $site . $path_spc;
// displayStory($secPath, $iS_filename, $iS_headline);
// }
}
$fp++;
}
// CLOSE FLAT-FILE
fclose($fp);
$allstories .= "
";
// Output to static file
$output = isset($_GET['output']);
if ($output == 'static') {
$myfile = '../indexai.html';
if ($file = fopen($myfile, 'w+')) { // Open file for writing
fwrite($file, $allstories);
print "SUCCESS! Output to file 'indexai.html' complete.";
} else {
print "ERROR! Unable to output to file!";
}
}
// Display output to browser
print $allstories;
?>
|
June Watanabe | |
Corky Trinidad | |
S-B Photographers | |
Charles Memminger | |
Jason Genegabus | |
Kalani Simpson | |
Corky Trinidad |
Tools
|