document.writeln ('<table border="0" cellspacing="0" cellpadding="0" class="search">');
document.writeln ('<tr>');
document.writeln ('<td><label><span id="vtl">{0}</span>:</label></td>');
document.writeln ('<td>');
document.writeln ('<select id="ddlVoteTypes">');
document.writeln ('<option value="0">-- Select --</option>');document.writeln ('<option value="-1">All</option>');document.writeln ('<option value="Election_Day">Election Day</option>');document.writeln ('<option value="Vote_By_Mail">Vote By Mail</option>');document.writeln ('</select>');
document.writeln ('</td>');
document.writeln ('<td><label><span id="pl">{0}</span>:</label></td>');
document.writeln ('<td>');
document.writeln ('<select id="ddlPrecincts">');
document.writeln ('<option value="0">-- Select --</option>');document.writeln ('<option value="-1">All</option>');document.writeln ('<option value="0000001 MO 1">0000001 MO 1</option>');document.writeln ('<option value="0000002 LA 1">0000002 LA 1</option>');document.writeln ('<option value="0000003 OR 1">0000003 OR 1</option>');document.writeln ('<option value="0000004 OR 1">0000004 OR 1</option>');document.writeln ('<option value="0000005 OR 1">0000005 OR 1</option>');document.writeln ('<option value="0000006 OR 1">0000006 OR 1</option>');document.writeln ('<option value="0000007 OR 1">0000007 OR 1</option>');document.writeln ('<option value="0000008 AL 2">0000008 AL 2</option>');document.writeln ('<option value="0000009 AL 2">0000009 AL 2</option>');document.writeln ('<option value="0000010 WC 2">0000010 WC 2</option>');document.writeln ('<option value="0000011 DV 2">0000011 DV 2</option>');document.writeln ('<option value="0000012 DV 2">0000012 DV 2</option>');document.writeln ('<option value="0000013 AL 2">0000013 AL 2</option>');document.writeln ('<option value="0000014 AL 2">0000014 AL 2</option>');document.writeln ('<option value="0000015 AL 2">0000015 AL 2</option>');document.writeln ('<option value="0009001 KN 1">0009001 KN 1</option>');document.writeln ('<option value="0009002 RI 1">0009002 RI 1</option>');document.writeln ('<option value="0009003 AH 1">0009003 AH 1</option>');document.writeln ('</select>');
document.writeln ('</td>');
document.writeln ('<td><input id="refBtn" type="submit" value="{0}" onclick="javascript:RefreshPage();"/></td>');
document.writeln ('</tr>');
document.writeln ('</table>');
