-
$i = 0;
$position = 1;
foreach($alumnidata as $team){
if($team->team_class != 'Safety'){
if($i == 0){
echo '
';
$i = 1;
}else{
echo '
';
$i = 0;
}
echo '
';
}
}
?>
No. '.$team->team_number.' '.$team->team_name.'
'; echo ''.$team->team_make.' '.$team->team_model.' '; echo 'Score: '.$team->final_score.' · Overall Finish:'.$position.''; $position ++; $numDrivers = count($team->drivers); echo '';
switch($numDrivers){
case 2:
$imageWidth = 116;
break;
case 3:
$imageWidth = 75;
break;
case 4:
$imageWidth = 54;
}
foreach($team->drivers as $driver){
echo '
';
}
echo '
';
echo 'CLICK to Sponsor or be a Destination



























