"> echo $row[coach_name]; ?>  if ($row[coach_certifications]) {
                    	  $temp_arr = explode(",", $row[coach_certifications]);
                          if (in_array($st_id, $temp_arr)) {echo "
"; } else { echo "";}
                        }
                      ?>
  
 
   if ($rating_text) { ?>
  (Avg. rating  echo($row[score]); ?> based on  echo(int_to_words($row[respondents])); if($row[respondents] == 1) { echo(" respondent"); } else { echo(" respondents"); } ?>)
   } ?>
  
    
      echo ("$row[coach_address]");
      if ($row[coach_address_two]) { echo ("
$row[coach_address_two]"); }
        echo("
$row[coach_city], $row[coach_state] $row[coach_zip]"); 
    ?>
    
Phone:  echo $row[coach_phone] ?>
    
Fax:  echo $row[coach_fax] ?>