startindexpage
puts $page "
People of ILC
People of ILC
Here are some of the people who work with us, and form Internet
Literacy Consultants:
"
foreach rec [lsort -command byTitle $leafList] {
set leafSer [lindex $rec 0]
set leafType [lindex $rec 1]
set leafTitle [lindex $rec 2]
puts $page "- $leafTitle"
}
puts $page "
For more information contact Internet Literacy
Consultants +1.415.575.1156
"
endindexpage
registerindex TopIndex main