Top Ranked Triathlon Retailers
These rankings are compiled based off Slowtwitch.com's own scoring algorithm. The individual ranking - by stars - of each shop is still shown. But the list's ranking and the score shown on this page is the Slowtwitch.com score for each retailer.
if($none == TRUE){
echo "No triathlon retailers have been entered yet.";
}
?>
$x = 0;
//while($row = mysql_fetch_array($results)
array_splice($top_retailers, 150);
foreach ($top_retailers AS $row){
$x++;
if($x == 1) { $max_score = $row['weighted_score']; }
if($x % 2 == 0){ $bg = '#dddddd'; }else{ $bg = '#eeeeee'; }
?>
">
">
echo $row['retailer_name']." - ".$row[retailer_city].", ".$row[retailer_state]." -"; ?> echo(round($row['weighted_score']*5.00/$max_score, 2)); ?>
|
} ?>