Sold Vehicles

There are no vehicles sold.

";} while ($car=@mysql_fetch_array($cars)){ $count++;$divcount++; if ($count==4){ echo "
\n"; $count=1; } echo "
\n"; list($photo)=@mysql_fetch_row(@mysql_query("select photo from 4wdgallery where 4wd='$car[id]' limit 1")); if (!$photo){$photo="no-photo.gif";} echo "OzWide4WD Bundaberg | Vehicles for sale | $car[title]\n"; echo "$car[title]
SOLD
\n"; echo "
\n"; } if ($count>0){ echo "
\n"; } ?>