Yes
$smarty->assign("yearid", $yearid);
should be
$smarty->assign("year", $yearid);
Also all the variables that came with POST are accesible directly:
Code:
$make = $_POST['make'];
if ($make){
The first line is excessible - top.inc.php do this job for you