'; } if ($score != $max) { if ($score-$floor <= .25) { $html.= ''.($floor+1).''; } else if ($score-$floor <= .75) { $html.= ''.($floor+1).''; } else { $html.= ''.($floor+1).''; } for ($i=$floor+2; $i<=$max; $i++) { $html.= ''.$i.''; } } return $html; } ?>