?>
 selected<?php 
        }
        ?>
>No</option>
						</select>
					</td>
				</tr>

				<tr>
					<th>
						<label for="squirrels_inventory_number">Inventory Number:</label>
					</th>
					<td>
						<input id="squirrels_inventory_number" value="<?php 
        echo htmlspecialchars($auto->getInventoryNumber());
        ?>
" />
					</td>
					<th>
						<label for="squirrels_vin">Vin:</label>
					</th>
					<td>
						<input id="squirrels_vin" value="<?php 
        echo htmlspecialchars($auto->getVin());
        ?>
" />
					</td>
				</tr>
				<tr>
					<th>