document.write('<table border="0" cellpadding="5" cellspacing="0">');
document.write('<form name="qpMakeModel" action="" target="_top">'); 
document.write('<tr>');
document.write('<td align="center">');
document.write('<select name="Make" onchange="LoadModels(\'new\',document.qpMakeModel.Make,document.qpMakeModel.Model)" style="font-size:8pt; width:150px"></select>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center">');
document.write('<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,\'ap00263\',1)"></select>');
document.write('</td></tr></form></table>');
