if($bid == 288) {
$imageCC = 'cyclist-choice50x36.png';
$altCC = 'Best MTB Brand';
$page = 3;
} else if($bid == 671) {
$imageCC = 'cyclist-choice50x36.png';
$altCC = 'Best Folding Brand';
$page = 2;
} else if($bid == 308) {
$imageCC = 'cyclist-choice50x36.png';
$altCC = 'Best Cycling Shoe';
$page = 5;
} else if($bid == 52) {
$imageCC = 'cyclist-choice50x36.png';
$altCC = 'Best Lights/Blinkers';
$page = 5;
} else if($bid == 597) {
$imageCC = 'cyclist-choice50x36.png';
$altCC = 'Best Lubricant';
$page = 5;
}
$page_param = $page ? '&pageid=' . $page : '';
if($imageCC) {
?>
} ?>
FELT
Singapore Distributor:
$hasDist = false;
if ($distributors->size()) {
foreach ($distributors->getTieIns() as $d) {
$m = new Merchant(2, $d->getMID());
$mShop = new Shop($m->getShopid());
$u = new User($m->getUserid());
/* if ($d->getCID()) {
$c = $categories->getCategory($d->getCID());
echo $c->getDescription();
} else echo ""; */
//if($m->payenddate > $todayz) {
if($m->isPaidValidMerchant()) {
$hasDist = true;
?>