<!--
document.writeln("<form name=\"form1\" method=\"post\" action=\"\">");
document.writeln("<select name=\"JobPostings\" onChange=\"MM_jumpMenu('parent',this,0)\">");
document.writeln("<option selected>Choose a Location");
document.writeln("<option value=\"/careers/atlanta/index.html\">Atlanta, GA");
document.writeln("<option value=\"/careers/beaverton/index.html\">Beaverton, OR");
document.writeln("<option value=\"/careers/boston/index.html\">Boston, MA");
document.writeln("<option value=\"/careers/carson/index.html\">Carson, CA");
document.writeln("<option value=\"/careers/chicago/index.html\">Chicago, IL");
document.writeln("<option value=\"/careers/cityofindustry/index.html\">City of Industry, CA");
document.writeln("<option value=\"/careers/columbus/index.html\">Columbus, OH");
document.writeln("<option value=\"/careers/dallas/index.html\">Dallas, TX");
document.writeln("<option value=\"/careers/denver/index.html\">Denver, CO");
document.writeln("<option value=\"/careers/newjersey/index.html\">Edison, NJ");
document.writeln("<option value=\"/careers/fremont/index.html\">Fremont, CA");
document.writeln("<option value=\"/careers/greenville/index.html\">Greenville, SC");
document.writeln("<option value=\"/careers/lasvegas/index.html\">Las Vegas, NV");
document.writeln("<option value=\"/careers/lavergne/index.html\">LaVergne, TN");
document.writeln("<option value=\"/careers/memphis/index.html\">Memphis, TN");
document.writeln("<option value=\"/careers/miami/index.html\">Miami, FL");
document.writeln("<option value=\"/careers/newyork/index.html\">New York, NY");
document.writeln("<option value=\"/careers/portland/index.html\">Portland, OR");
document.writeln("<option value=\"/careers/richmond/index.html\">Richmond, VA");
document.writeln("<option value=\"/careers/newyork/rochester.html\">Rochester, NY");
document.writeln("<option value=\"/careers/washington/index.html\">Washington, DC");
document.writeln("</select>");
document.writeln("</form>");
//-->