NCMA wingless sprint cars completed the 15th race at Madera last Saturday night, August 28th. Some very good racing to read about in the NCMA News section of the website.
The two barrell NCMA sprint cars have a couple week break until September 11th. On that special day the sprinters will take to the track at the Stockton 99 Speedway as part of the very special 9/11 Tribute .
On September 11th Tribute night the NCMA Sprint Cars will be joined at the race track by the; Street Stocks, Bombers, Basically-4-Cylinders, USAC Focus Midgets, and USAC Jr Focus Midgets
Pit Gate Opens – 12:00 pm (noon)
Main Grand Stands Open – 4:00 pm
Racing begins – 6:00 pm
Please check the latest news section for a report on all the action from August 28th racing at Madera Speedway. Also, the NCMA 2010 points have been updated and posted. Look forward to seeing eveyone at the races.
//
// Copyright (C) 2005-2006 Achim Fischer
// All rights reserved.
//
// This file is part of the TOC Module for Marketplace,
// the Joomla! Classifieds Component by Achim Fischer
//
// http://www.joomster.com
//
// Dont allow direct linking
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$database->setQuery( "SELECT id FROM #__menu WHERE link LIKE '%com_marketplace%' AND published='1' ");
$mpItemid = $database->loadResult();
if ( strlen( $mpItemid) > 0 ) {
$mpItemidLink = "&Itemid=".$mpItemid;
}
else {
$mpItemidLink = "";
}
$database->setQuery( "SELECT count(*) FROM #__marketplace_ads WHERE published='1'");
$count_ads = $database->loadResult();
$database->setQuery("SELECT id, name FROM #__marketplace_categories WHERE published='1' AND has_entries>'0'");
$catlist = $database->loadObjectList();
$content ="
";
$content.="
Category
# Ads
";
$content.="
";
foreach ($catlist as $cat){
$database->setQuery( "SELECT count(*) FROM #__marketplace_ads WHERE category='$cat->id' AND published='1'");
$count_catads = $database->loadResult();
$linkTarget = sefRelToAbs( "index.php?option=com_marketplace&page=show_category&catid=".$cat->id.$mpItemidLink);
if ( $count_catads > 0) { // list only categories with entries
$content.="