document.write('<form name="qpMakeModel" action="" target="_top">'); 
document.write('<table>');
document.write('<tr>');
document.write('<td class="label" align="right">Make:&nbsp;</td>');
document.write('<td><select name="Make" onChange="LoadModels(\'new\',document.qpMakeModel.Make,document.qpMakeModel.Model)" style="font-size:8pt; width:150px"></select></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="label" align="right">Model:&nbsp;</td>');
document.write('<td><select style="font-size:8pt; width:150px" name="Model" onChange="SearchVehicle(\'quote\',\'http://www.lotpro.com/\',document.qpMakeModel.Make,document.qpMakeModel.Model,document.qpMakeModel.zipcode,\'ap00316\',1)"></select></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="2" align="center"><div class="b-2-button"></div></td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');

