
function MONSdrawlocations() {
document.writeln('<span class="MONSlocations">');
document.writeln('<SELECT NAME="lid" size="1" class="MONSlocations">');
document.writeln('<option value="">-- Search All --</option>');
document.writeln('<!-- BEGIN dynamic HTML - Locations multi-select list -->');
document.writeln('<!-- Generated: Thu Jul  2 08:47:34 2009 -->');
document.writeln('<!-- CusLocs:1, PriLab:0 -->');
document.writeln('<OPTION VALUE="1668">Arizona-Phoenix</OPTION>');
document.writeln('<OPTION VALUE="2735">Florida-Gainesville/Jacksonville/Ocala</OPTION>');
document.writeln('<OPTION VALUE="45533">Florida-Ocala/Marion County</OPTION>');
document.writeln('<OPTION VALUE="2737">Florida-St. Petersburg</OPTION>');
document.writeln('<OPTION VALUE="1583">Florida-Tampa</OPTION>');
document.writeln('<OPTION VALUE="45536">Florida-The Villages/Wildwood</OPTION>');
document.writeln('<OPTION VALUE="1605">Georgia-Atlanta</OPTION>');
document.writeln('<OPTION VALUE="2738">Georgia-Atlanta North</OPTION>');
document.writeln('<OPTION VALUE="2254">Georgia-Atlanta South</OPTION>');
document.writeln('<OPTION VALUE="2256">Illinois-Bloomington/Peoria</OPTION>');
document.writeln('<OPTION VALUE="1865">Illinois-Chicago</OPTION>');
document.writeln('<OPTION VALUE="2747">Illinois-Chicago North</OPTION>');
document.writeln('<OPTION VALUE="2748">Illinois-Chicago Northwest</OPTION>');
document.writeln('<OPTION VALUE="32252">Illinois-Chicago West</OPTION>');
document.writeln('<OPTION VALUE="2257">Illinois-Springfield/Champaign</OPTION>');
document.writeln('<OPTION VALUE="1586">Indiana-Indianapolis</OPTION>');
document.writeln('<OPTION VALUE="2265">Michigan-Ann Arbor</OPTION>');
document.writeln('<OPTION VALUE="2772">Michigan-Detroit</OPTION>');
document.writeln('<OPTION VALUE="2773">Michigan-Flint/Saginaw</OPTION>');
document.writeln('<OPTION VALUE="1849">Missouri-St. Louis</OPTION>');
document.writeln('<OPTION VALUE="2792">New Jersey-Central</OPTION>');
document.writeln('<OPTION VALUE="2793">New Jersey-Northern</OPTION>');
document.writeln('<OPTION VALUE="1850">North Carolina-Charlotte</OPTION>');
document.writeln('<OPTION VALUE="2783">North Carolina-Raleigh/Durham-RTP</OPTION>');
document.writeln('<OPTION VALUE="2385">Rhode Island-Providence</OPTION>');
document.writeln('<OPTION VALUE="1854">Texas-Fort Worth</OPTION>');
document.writeln('<OPTION VALUE="1856">Texas-San Antonio</OPTION>');
document.writeln('<OPTION VALUE="2824">Virginia-Norfolk/Hampton Roads</OPTION>');
document.writeln('<OPTION VALUE="2046">Virginia-Richmond</OPTION>');
document.writeln('<OPTION VALUE="21549">Virginia-Southwest</OPTION>');
document.writeln('<!-- END dynamic HTML -->');
document.writeln('');
document.writeln('</select>');
document.writeln('</span>');

}
function MONSdrawcategories() {
document.writeln('<span class="MONSCategories">');
document.writeln('<SELECT NAME="fn" size="1" class="MONScategories">');
document.writeln('<option value="">-- Search All --</option>');
document.writeln('<!-- BEGIN dynamic HTML - Categories multi-select list -->');
document.writeln('<!-- Generated: Thu Jul  2 08:47:34 2009 -->');
document.writeln('<!-- CusCats:0, PriLab:0 -->');
document.writeln('<option value="1">Accounting/Finance/Insurance</option>');
document.writeln('<option value="2">Administrative/Clerical</option>');
document.writeln('<option value="558">Banking/Real Estate/Mortgage Professionals</option>');
document.writeln('<option value="559">Biotech/R&D/Science</option>');
document.writeln('<option value="545">Customer Support/Client Care</option>');
document.writeln('<option value="5623">Editorial/Writing</option>');
document.writeln('<option value="3">Education/Training</option>');
document.writeln('<option value="4">Engineering</option>');
document.writeln('<option value="5">Human Resources</option>');
document.writeln('<option value="660">IT/Software Development</option>');
document.writeln('<option value="7">Legal</option>');
document.writeln('<option value="47">Manufacturing/Production/Operations</option>');
document.writeln('<option value="9007">Marketing/Product</option>');
document.writeln('<option value="3975">Medical/Health</option>');
document.writeln('<option value="9008">Project/Program Management</option>');
document.writeln('<option value="10">Sales/Retail/Business Development</option>');
document.writeln('<!-- END dynamic HTML -->');
document.writeln('');
document.writeln('</select>');
document.writeln('</span>');

}