$title


Last modified $d

"; } function copyright() { echo " Copyright © $y University of California "; return; echo "

\"Creative
"; } function page_tail() { $y = date("Y "); echo "

Return to BOINC main page

"; copyright(); echo "

"; } function html_text($x) { return "
".htmlspecialchars($x)."
"; } function list_start() { echo "

\n"; } function list_heading($x, $y, $z=null) { echo " "; if ($z) { echo " \n"; } echo " \n"; } function list_heading_array($x) { echo ""; foreach ($x as $h) { echo ""; } echo "\n"; } function list_item($x, $y, $z=null) { global $light_blue; echo " "; if ($z) { echo " \n"; } function list_item_array($x) { echo ""; foreach ($x as $h) { echo ""; } echo "\n"; } function list_item_func($x, $y) { list_item(html_text($x), $y); } function list_bar($x) { global $med_blue; echo " "; } function list_end() { echo "
$x $y$z
$h
$x $y$z\n"; } echo "
$h
$x

\n"; } function stats_sites() { echo "

"; } ?>