<!--
var output = "<TD align=\"right\">";
output += "<FORM>\n";
output += "<SELECT ONCHANGE=\"location = this.options[this.selectedIndex].value;\">\n";
output += "<OPTION VALUE=\"\">Shop By Car\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/acura.html\"> Acura\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/amc.html\"> AMC\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/audi.html\"> Audi\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/bmw.html\"> BMW\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/buick.html\"> Buick\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/cadillac.html\"> Cadillac\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/chevrolet.html\"> Chevrolet\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/chrysler.html\"> Chrysler\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/daewoo.html\"> Daewoo\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/datsun.html\"> Datsun\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/detomaso.html\"> Detomaso\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/dodge.html\"> Dodge\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/eagle.html\"> Eagle\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/ferrari.html\"> Ferrari\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/fiat.html\"> Fiat\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/ford.html\"> Ford\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/geo.html\"> Geo\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/gmc.html\"> GMC\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/honda.html\"> Honda\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/hummer.html\"> Hummer\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/hyundai.html\"> Hyundai\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/infiniti.html\"> Infiniti\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/isuzu.html\"> Isuzu\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/jaguar.html\"> Jaguar\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/jeep.html\"> Jeep\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/kia.html\"> Kia\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/lamborghini.html\"> Lamborghini\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/land_rover.html\"> Land Rover\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/lexus.html\"> Lexus\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/lincoln.html\"> Lincoln\n";
output += "<OPTION VALUE=\"hthp://www.prostreetonline.com/car/lotus.html\"> Lotus\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/mazda.html\"> Mazda\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/mercedes.html\"> Mercedes\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/mercury.html\"> Mercury\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/mg.html\"> MG\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/mini.html\"> Mini\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/mitsubishi.html\"> Mitsubishi\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/nissan.html\"> Nissan\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/oldsmobile.html\"> Oldsmobile\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/opel.html\"> Opel\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/peugeot.html\"> Peugeot\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/plymouth.html\"> Plymouth\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/pontiac.html\"> Pontiac\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/porsche.html\"> Porsche\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/range_rover.html\"> Range Rover\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/saab.html\"> Saab\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/saturn.html\"> Saturn\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/scion.html\"> Scion\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/subaru.html\"> Subaru\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/suzuki.html\"> Suzuki\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/toyota.html\"> Toyota\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/triumph.html\"> Triumph\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/volkswagen.html\"> Volkswagen\n";
output += "<OPTION VALUE=\"http://www.prostreetonline.com/car/volvo.html\"> Volvo\n";
output += "</SELECT>\n";
output += "</td>\n";
output += "<td width=\"1%\"><a href=\"/#sbc\"><img src=\"/images/go.gif\" border=0></a></td>\n";
document.write(output);
//-->