CINXE.COM
Our Campaigns - Member - Thomas Walker
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head><BASE HREF="https://www.ourcampaigns.com/"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="cache-control" CONTENT="no-cache"> <meta http-equiv="pragma" CONTENT="no-cache"> <title>Our Campaigns - Member - Thomas Walker</title> </head> <style type="text/css"> <!-- .Text1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} .Text1Y { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660000} .TextY1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #EEEEEE} .TextY1Y { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660000} .Text2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffff00} .Headline1 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff} .Headline2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff} .Small1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #330000} td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000} .infotable {border:1px solid black;border-color:black white white black;border-radius:8px;background-color:#993333;width:100%;margin:0;padding:0;border-spacing:0px;} .infotable tr th {font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:normal;color:#ffffff;text-align:left;margin:0;padding:4px;} .infotable tr td {border-spacing:0;margin:0;padding:2px;border-color:#6084C8;} .HeadlineBig { font-family: Arial, Helvetica, sans-serif; font-size: 35px; color: #ffffff} .MainHeaderBar { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: #993333} .SubHeaderBar { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: #333366} .SubHeaderBar td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; background-color: #333366; text-align:center; } .Switch0 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000; background-color: #6084C8} .Switch1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000; background-color: #7094D8} .Quoted { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style:italic; color: #000000; background-color: #80A4E8; border: 1px dashed #000000; padding:4px;} .maprestbl { border:thin solid black; } .maprestbl td { font-size:8px; border-bottom: thin solid black; padding:0px; margin:0px; border-spacing:0px;} .gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div { font-size: 8px; font-weight: 300; } --> </style> <body bgcolor="#6084C8" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="whenLoaded()"> <script language="JavaScript"> <!-- var dylasty=0; var isdy=false; var lastyr=0; function DYDown(fld,e) { dylasty=e.clientY; lastyr=parseInt(fld.value); isdy=true; } function DYMove(fld,e) { if (isdy) { fld.value=String(lastyr-(e.clientY-dylasty)); } } function DYUp(fld,e) { isdy=false; } //--> </script> <script src="ajax.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css"> <script type="text/javascript" src="//code.jquery.com/jquery-1.10.2.js"></script> <script type="text/javascript" src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script> <script type="text/javascript" src="/js/jquery.tablesorter.min.js"></script> <script>window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); t._e = []; t.ready = function(f) { t._e.push(f); }; return t; }(document, "script", "twitter-wjs"));</script> <script> $( function() { $('.datepicker').change(function() { var id=$(this).attr('id').slice(0,-3); var newdate=$('#'+id+'_DP').val(); $('input[name="'+id+'_year"]').val(newdate.substr(0,4)); $('select[name="'+id+'_month"]').val(newdate.substr(5,2)); $('select[name="'+id+'_day"]').val(newdate.substr(8,2)); }); $('.datepicker').datepicker({ showOn: "button", buttonImage: "/images/calendar.gif", buttonImageOnly: true, buttonText: "Select date", dateFormat: "yy-mm-dd", beforeShow: DPSetFromDate }); $('.datepicker2').change(function() { var id=$(this).attr('id').slice(0,-3); var newdate=$('#'+id+'_DP').val(); $('input[name="'+id+'_year"]').val(newdate.substr(0,4)); $('input[name="'+id+'_month"]').val(newdate.substr(5,2)); $('input[name="'+id+'_day"]').val(newdate.substr(8,2)); }); $('.datepicker2').datepicker({ showOn: "button", buttonImage: "/images/calendar.gif", buttonImageOnly: true, buttonText: "Select date", dateFormat: "yy-mm-dd", beforeShow: DPSetFromDate2 }); } ); function DPSetFromDate(input, inst) { var id=inst.id.slice(0,-3); $('#'+id+'_DP').val($('input[name="'+id+'_year"]').val()+'-'+$('select[name="'+id+'_month"]').val()+'-'+$('select[name="'+id+'_day"]').val()); } function DPSetFromDate2(input, inst) { var id=inst.id.slice(0,-3); $('#'+id+'_DP').val($('input[name="'+id+'_year"]').val()+'-'+$('input[name="'+id+'_month"]').val()+'-'+$('input[name="'+id+'_day"]').val()); } function NowDateInfo() { alert('This date is a virtual time machine which makes the site display in most cases as if the day was actually the date set. For instance, setting it to July 4, 1800 and going to the US container would show the President as John Adams and the 16 states and two territories.'); } function AdjustIFrame(frame) { var maxW = frame.scrollWidth; var minW = maxW; var FrameH = 100; //IFrame starting height frame.style.height = FrameH + "px" while (minW == maxW && FrameH < 800) { FrameH = FrameH + 50; //Increment frame.style.height = FrameH + "px"; minW = frame.scrollWidth; } } </script> <map name="nav"> <area shape="poly" coords="8,87,6,75,44,65,47,77" href="home.html" alt="Home"> <area shape="poly" coords="52,75,50,64,89,60,91,72" href="about.html" alt="About"> <area shape="poly" coords="95,73,95,60,128,61,129,73" href="javascript:popChat()" alt="Chat"> <area shape="poly" coords="133,73,135,60,171,64,172,76" href="UserList.html" alt="Users"> <area shape="poly" coords="206,78,208,68,251,72,249,83" href="IssueDetail.html?IssueID=1" alt="Issues"> <area shape="poly" coords="252,83,255,72,297,75,298,86" href="PartyList.html" alt="Party"> <area shape="poly" coords="301,86,301,75,368,77,369,88" href="CandidateList.html" alt="Candidates"> <area shape="poly" coords="374,88,372,77,430,74,432,85" href="PollingFirmList.html" alt="Polling Firms"> <area shape="poly" coords="434,86,434,74,471,69,472,82" href="MediaList.html" alt="Media"> <area shape="poly" coords="474,82,473,70,507,66,509,78" href="NewsList.html" alt="News"> <area shape="poly" coords="510,78,509,65,538,64,539,77" href="PollList.html" alt="Polls"> <area shape="poly" coords="16,97,13,87,68,76,70,88" href="Calendar.html" alt="Calendar"> <area shape="poly" coords="74,88,73,75,141,75,141,87" href="KeyRaceList.html" alt="Key Races"> <area shape="poly" coords="145,87,145,76,226,82,226,93" href="ContainerDetail.html?ContainerID=1" alt="United States"> <area shape="poly" coords="230,94,231,83,291,87,290,98" href="PresidentList.html" alt="President"> <area shape="poly" coords="294,98,295,87,339,89,340,99" href="SenateList.html" alt="Senate"> <area shape="poly" coords="343,98,344,89,384,89,386,98" href="HouseList.html" alt="House"> <area shape="poly" coords="389,99,390,89,453,85,455,96" href="StateOfficeList.html" alt="Governors"> <area shape="poly" coords="458,96,456,85,534,78,535,91" href="CountryList.html" alt="International"> <area shape="default" href="home.html"> </map> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td align="left" width="539"><a href="home.html"><img src="images/NewHeader.gif" border="0" usemap="#nav" width="539" height="120"></a></td> <td background="images/NewHeaderBack.gif" align="right" width="100%" valign="top"><img src="images/spacer.gif" width="180" height="1"><br> <div style="position: absolute; top:4; right:8"> <form name="dateForm" method="post" action="UserDetail.html?SetNow=Y&UserID=334"><input type="button" value="?" onclick="NowDateInfo()"> <select name="NowDate_month" class="Text1"> <option value="00">--</option> <option value="01">Jan</option><option value="02">Feb</option><option value="03">Mar</option><option value="04">Apr</option><option value="05">May</option><option value="06">Jun</option><option value="07">Jul</option><option value="08">Aug</option><option value="09">Sep</option><option value="10">Oct</option><option value="11" SELECTED>Nov</option><option value="12">Dec</option></select> <select name="NowDate_day" class="Text1"> <option value="00">--</option> <option>01</option><option>02</option><option>03</option><option>04</option><option>05</option><option>06</option><option>07</option><option>08</option><option>09</option><option>10</option><option>11</option><option>12</option><option>13</option><option>14</option><option SELECTED>15</option><option>16</option><option>17</option><option>18</option><option>19</option><option>20</option><option>21</option><option>22</option><option>23</option><option>24</option><option>25</option><option>26</option><option>27</option><option>28</option><option>29</option><option>30</option><option>31</option></select> <input type="text" name="NowDate_year" size="5" maxlength="4" value="2010" onMouseDown="DYDown(this,event)" onMouseUp="DYUp(this,event)" onMouseMove="DYMove(this,event)"> <input type="submit" value="Set" class="Small1"></form> </div> <div style="position: absolute; top:35; right:8"> <form name="searchForm" method="post" action="SearchResults.html"><input type="text" name="SrchTxt" size="15" class="Small1"><input type="submit" value="Search" class="Small1"></form> </div> <div style="position: absolute; top:63; right:8"> <a href="newaccountStep1.html" class="Text2">New User Account</a> </div> </td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%"><tr> <td class="Text1" valign="top" align="center"> <table border="0" cellspacing="0" cellpadding="0" width="95%"><tr> <td align="left"> </td> <td align="right" class="Headline1"><i>"A comprehensive, collaborative elections resource." </i><br></td> </tr></table> <div align="right" class="Headline1"> <form method="POST" action="home.php"><input type="hidden" name="LogIn" value="Y"> Email:<input type="text" name="Username" size="10" class="Text1" value=""> Password:<input type="password" name="PWord" size="10" class="Text1"> <input type="submit" value="Login" class="Text1"> </form> </div> <br> <div class="Headline1" align="left"><font size="+3"> Thomas Walker</font></div> <table border="0" width="90%"><tr><td valign="top" class="Text1"> <!-- got to checkowner.<br> //--> <table border="0" width="100%"> <tr bgcolor="#993333"><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="42"><img src="../images/spacer.gif" width="40" height="15"></td> <td class="Headline1" align="center">USER DETAILS</td> <td width="42"></td></tr></table></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Screen Name</td><td class="Text1">Thomas Walker</td> <td rowspan="8" align="right" valign="top"> <a href="../images/users/FullUser334.jpg?PLN=282" target="_blank"><img src="../images/users/User334.jpg" border="0"></a> </td> </tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Location</td><td class="Text1">Phoenix, Arizona, United States</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Affiliation</td><td class="Text1"><a href="PartyDetail.html?PartyID=20" class="Text1">Vegetarian</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Browser</td><td class="Text1"> Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Member Of</td><td class="Text1">Public Website<br> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">First Login</td><td class="Text1">June 12, 2003 05:18pm</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Last Login</td><td class="Text1">March 26, 2021 04:52pm</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Access</td><td class="Text1">25</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Previous Screen Names</td><td class="Text1"> 06/12/2003 - 03/17/2005: Walker-Keene!!!<br> 03/17/2005 - 03/17/2005: Happy St. Patrick's Day!, I'm<br> 03/17/2005 - 03/18/2005: Happy St. Patrick's Day!<br> 03/18/2005 - 03/29/2005: Walker-Keene!!!<br> 03/29/2005 - 03/30/2005: V R Trooper Thomas Walker<br> 03/30/2005 - 03/31/2005: Thomas "Tam Man" Walker<br> 03/31/2005 - 04/01/2005: Thomas "Columbus Owls" Walker<br> 04/01/2005 - 04/02/2005: John McCain fan drinking Soda<br> 04/02/2005 - 04/06/2005: Thomas Walker<br> 04/06/2005 - 04/06/2005: Walker/Keene!!!<br> 04/06/2005 - 04/06/2005: Happy 1st b-day, Teresa & Juli<br> 04/06/2005 - 04/07/2005: Happy 1st b-day,Teresa & Julia<br> 04/07/2005 - 04/07/2005: Walker/Keene!!!<br> 04/07/2005 - 04/08/2005: Please vote for Rachel's Dad!<br> 04/08/2005 - 04/09/2005: Please vote for 'Toria's Dad!<br> 04/09/2005 - 04/10/2005: Please vote for Teresa's Dad!<br> 04/10/2005 - 04/11/2005: Please vote for Julia's Dad!<br> 04/11/2005 - 04/13/2005: Please vote for Walker/Keene!!<br> 04/13/2005 - 04/13/2005: Thank you from Thomas Walker<br> 04/13/2005 - 05/01/2005: Thomas Walker<br> 05/01/2005 - 05/02/2005: X341569<br> 05/02/2005 - 05/09/2005: Thomas Walker<br> 05/09/2005 - 05/12/2005: The President just has a cold<br> 05/12/2005 - 06/12/2005: Thomas Walker<br> 06/12/2005 - 06/13/2005: Two years here!!!<br> 06/13/2005 - 06/17/2005: Thomas Walker<br> 06/17/2005 - 06/22/2005: Samantha Fox Crew Member<br> 06/22/2005 - 06/23/2005: Wobblie Century Crew Member<br> 06/23/2005 - 06/26/2005: Billy Graham Crew Member<br> 06/26/2005 - 07/06/2005: Thomas Walker<br> 07/06/2005 - 07/07/2005: voteforwalker@yahoo.com<br> 07/07/2005 - 08/01/2005: Thomas Walker<br> 08/01/2005 - 08/02/2005: Thomas Walker (Disgraced Ex)<br> 08/02/2005 - 08/02/2005: Thomas Walker<br> 08/02/2005 - 08/05/2005: Rest In Peace, Mr. Moss<br> 08/05/2005 - 08/08/2005: Thomas Walker's gone to lunch<br> 08/08/2005 - 08/20/2005: Thomas Walker in OH 'til 8/20<br> 08/20/2005 - 09/12/2005: Thomas Walker<br> 09/12/2005 - 09/15/2005: A Govt worker-I caused Katrina<br> 09/15/2005 - 09/23/2005: Thomas Walker<br> 09/23/2005 - 09/25/2005: I Hate Hurricanes!<br> 09/25/2005 - 09/25/2005: Thomas "Walmart" Walker<br> 09/25/2005 - 10/24/2005: Thomas Walker<br> 10/24/2005 - 10/29/2005: Off to Fredericksburg, Va<br> 10/29/2005 - 11/09/2005: Thomas Walker<br> 11/09/2005 - 11/10/2005: Prayers for Teresa<br> 11/10/2005 - 11/14/2005: Teresa's recovering<br> 11/14/2005 - 11/19/2005: Thomas Walker<br> 11/19/2005 - 11/23/2005: Thomas Walker says AZ Stinks!<br> 11/23/2005 - 11/25/2005: Happy Thanksgiving!<br> 11/25/2005 - 12/05/2005: Thomas Walker<br> 12/05/2005 - 12/06/2005: Anarchy Rules at Our Campaigns<br> 12/06/2005 - 12/07/2005: Warrior For Christmas! :p<br> 12/07/2005 - 12/17/2005: Thomas Walker<br> 12/17/2005 - 12/18/2005: don we now our GAY apparel<br> 12/18/2005 - 12/20/2005: Let's go shopping at Wal-Mart!<br> 12/20/2005 - 12/23/2005: Thomas Walker<br> 12/23/2005 - 12/27/2005: Merry Christmas from Mr. Sick<br> 12/27/2005 - 01/06/2006: Thomas Walker<br> 01/06/2006 - 01/07/2006: Happy Epiphany!!!<br> 01/07/2006 - 01/10/2006: Thomas Walker<br> 01/10/2006 - 01/16/2006: Hugo Chavez for Family Values!<br> 01/16/2006 - 02/01/2006: Thomas Walker<br> 02/01/2006 - 02/06/2006: I'm addicted to oil<br> 02/06/2006 - 04/06/2006: Thomas Walker<br> 04/06/2006 - 04/08/2006: Happy 2nd b-day,Teresa & Julia<br> 04/08/2006 - 04/10/2006: Marching for tax free handouts<br> 04/10/2006 - 04/10/2006: The sky isn't falling,Gringos!<br> 04/10/2006 - 05/01/2006: Thomas Walker<br> 05/01/2006 - 05/03/2006: Celebrating the real May Day!<br> 05/03/2006 - 05/05/2006: Thomas "Pro-Life" Walker<br> 05/05/2006 - 05/09/2006: Thomas Walker, 'Zona NonRanger<br> 05/09/2006 - 07/13/2006: "Ambassador" Thomas Walker<br> 07/13/2006 - 07/21/2006: OCFL Commish Thomas Walker<br> 07/21/2006 - 08/02/2006: Thomas Walker<br> 08/02/2006 - 08/14/2006: Bill Moss Independent<br> 08/14/2006 - 08/23/2006: Thomas Walker<br> 08/23/2006 - 08/28/2006: Ed Clark Libertarian<br> 08/28/2006 - 08/28/2006: Happy 6th b-day Toria!<br> 08/28/2006 - 08/31/2006: Thomas Walker<br> 08/31/2006 - 09/11/2006: Pluto IS a planet!<br> 09/11/2006 - 09/12/2006: Remembering<br> 09/12/2006 - 09/15/2006: Thomas Walker<br> 09/15/2006 - 09/17/2006: The USDA E. Coli Man<br> 09/17/2006 - 09/21/2006: A cat-watching my OCFL team<br> 09/21/2006 - 11/14/2006: Thomas Walker<br> 11/14/2006 - 11/21/2006: OSU is gonna stomp Michigan<br> 11/21/2006 - 12/01/2006: Thomas Walker<br> 12/01/2006 - 12/05/2006: Heading to Stafford, VA<br> 12/05/2006 - 12/11/2006: Thomas Walker<br> 12/11/2006 - 12/13/2006: General Pinochet Humanitarian<br> 12/13/2006 - 12/26/2006: Thomas Walker<br> 12/26/2006 - 12/29/2006: Prayers for Julia<br> 12/29/2006 - 01/06/2007: Thomas Walker<br> 01/06/2007 - 01/19/2007: In Mourning<br> 01/19/2007 - 02/14/2007: Thomas Walker<br> 02/14/2007 - 02/15/2007: Happy Valentines Day!!!<br> 02/15/2007 - 02/16/2007: Thomas Walker<br> 02/16/2007 - 02/17/2007: Mr Walker Goes to Washington?<br> 02/17/2007 - 04/01/2007: Thomas Walker<br> 04/01/2007 - 04/01/2007: I <3 Bush, McCain, AZ & Pop<br> 04/01/2007 - 04/01/2007: I <3 Bush, McCain, AZ & Soda<br> 04/01/2007 - 04/11/2007: Thomas Walker<br> 04/11/2007 - 04/11/2007: A friendly hi to the Edwards'!<br> 04/11/2007 - 04/11/2007: A friendly hi to the Edwards's<br> 04/11/2007 - 05/31/2007: GRAVELMENTUM!!!<br> 05/31/2007 - 06/01/2007: Al Michaud for President!<br> 06/01/2007 - 06/11/2007: Thomas Walker in Ohio Jun 2-10<br> 06/11/2007 - 07/14/2007: Thomas Walker<br> 07/14/2007 - 07/28/2007: Columbus RULES!<br> 07/28/2007 - 08/06/2007: In Ohio until August 4<br> 08/06/2007 - 09/17/2007: Thomas Walker<br> 09/17/2007 - 10/24/2007: Vote for the Mop<br> 10/24/2007 - 10/31/2007: Thomas Walker<br> 10/31/2007 - 11/14/2007: Mr. Barky Von Schnauzer<br> 11/14/2007 - 11/30/2007: Thomas Walker<br> 11/30/2007 - 12/03/2007: Muhammad the Bear<br> 12/03/2007 - 12/25/2007: Thomas Walker<br> 12/25/2007 - 12/26/2007: Merry Christmas!!! :-)<br> 12/26/2007 - 01/09/2008: Gravelmentum!!!<br> 01/09/2008 - 01/09/2008: 397 and counting!<br> 01/09/2008 - 01/10/2008: 402 and counting!<br> 01/10/2008 - 01/15/2008: Chump Change<br> 01/15/2008 - 01/17/2008: Thomas Walker<br> 01/17/2008 - 01/18/2008: Miranda Warning<br> 01/18/2008 - 03/21/2008: Thomas Walker<br> 03/21/2008 - 03/23/2008: Happy Easter!<br> 03/23/2008 - 04/01/2008: Thomas Walker<br> 04/01/2008 - 04/02/2008: Obama/Dean 08 YES WE CAN!!!<br> 04/02/2008 - 04/15/2008: Thomas Walker<br> 04/15/2008 - 04/22/2008: I <3 POLAR INC<br> 04/22/2008 - 05/01/2008: Victory!!! :-)<br> 05/01/2008 - 05/02/2008: Thomas Walker<br> 05/02/2008 - 05/05/2008: Win your competition, girls!<br> 05/05/2008 - 05/19/2008: On to State!<br> 05/19/2008 - 05/22/2008: 4th and 3rd<br> 05/22/2008 - 06/04/2008: Thomas Walker<br> 06/04/2008 - 06/13/2008: Rebecca Rios/Clay Henry III 08<br> 06/13/2008 - 08/01/2008: Thomas Walker<br> 08/01/2008 - 08/09/2008: In Ohio until August 10<br> 08/09/2008 - 08/20/2008: Thomas Walker<br> 08/20/2008 - 08/21/2008: Vote for Rachel!<br> 08/21/2008 - 09/15/2008: Rachel for S.C. Treasurer!<br> 09/15/2008 - 10/07/2008: Jerry Brown 2012<br> 10/07/2008 - 10/09/2008: Prayers for Julia<br> 10/09/2008 - 10/11/2008: Julia's doing fine. :-) :-)<br> 10/11/2008 - 10/29/2008: Nader/Gonzalez 2008<br> 10/29/2008 - 11/20/2008: 5th Horseman of the Apocalypse<br> 11/20/2008 - 11/26/2008: On hiatus for a while.<br> 11/26/2008 - 12/16/2008: 5th Horseman of the Apocalypse<br> 12/16/2008 - 12/18/2008: Sicker than sick again<br> 12/18/2008 - 12/22/2008: 5th Horseman of the Apocalypse<br> 12/22/2008 - 12/30/2008: Lillian Gish is cute as a bug<br> 12/30/2008 - 01/06/2009: Rebecca Rios is hot as a pot<br> 01/06/2009 - 01/13/2009: 25,000 candidates entered<br> 01/13/2009 - 03/24/2009: Silent Movie Action Hero!<br> 03/24/2009 - 04/01/2009: 5 Against the World<br> 04/01/2009 - 04/02/2009: I Love Jan Brewer<br> 04/02/2009 - 07/08/2009: 5 Against the World<br> 07/08/2009 - 07/15/2009: Jugling 50 flamin bowlin balls<br> 07/15/2009 - 08/03/2009: Fredonia1832<br> 08/03/2009 - 08/18/2009: Gone a while real life happens<br> 08/18/2009 - 09/09/2009: Thomas Walker<br> 09/09/2009 - 09/17/2009: Got the new house keys today!<br> 09/17/2009 - 11/16/2009: Thomas Walker<br> 11/16/2009 - 11/16/2009: Lord Dodge Landeman, Esquire<br> 11/16/2009 - 11/16/2009: Lord Dodge Landesman, Esquire<br> 11/16/2009 - 01/07/2010: Thomas Walker<br> 01/07/2010 - 02/16/2010: Old Dog<br> 02/16/2010 - 02/25/2010: I even miss Jimmy Carter<br> 02/25/2010 - 04/01/2010: Thomas Walker<br> 04/01/2010 - 04/01/2010: Obama is the Bomb<br> 04/01/2010 - 04/02/2010: Job Interview Tomorrow<br> 04/02/2010 - 04/02/2010: Job Interview Today<br> 04/02/2010 - 04/09/2010: Thomas Walker<br> 04/09/2010 - 04/16/2010: In the top 3, still in the run<br> 04/16/2010 - 04/26/2010: Second interview done<br> 04/26/2010 - 08/26/2010: Thomas Walker<br> 08/26/2010 - 08/30/2010: Defeat the KUMPetition in MD<br> 08/30/2010 - 10/01/2010: Pull The String!<br> 10/01/2010 - 10/07/2010: Se帽or Calexico<br> 10/07/2010 - 10/18/2010: Wally for Manager!<br> 10/18/2010 - 10/20/2010: Thomas Walker<br> 10/20/2010 - 04/15/2011: Gishot<br> 04/15/2011 - 03/02/2012: Thomas Walker<br> 03/02/2012 - 03/12/2012: 10 Day 11 State Road Trip<br> </tr> <tr><td bgcolor="#333366" align="right" class="Headline1"><a href="UserPredictions.html?UserID=334" class="Headline1">Predictions</a></td><td class="Text1" colspan="2"> Points: 534.3410<br> Predictions: 1944/2146 (90.59%)<br> Points Per: 534.3410/2146 (0.25)<br> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1"><a href="UserDiscussionList.html?UserID=334" class="Headline1">Messages Posted</a></td><td class="Text1" colspan="2"> 27 </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1"><a href="UserLastModifyList.html?UserID=334" class="Headline1">Contributed</a></td><td class="Text1" colspan="2"> 31,446 Races, 28,248 Sub-Races, 31,752 Candidates, 4,999 Containers, 1,166 Polls, 27 Polling Firms, 1,994 News Items, 557 Parties, 1 Issues, 69 Books, 1,265 Info Links, 1 FAQs, 2,148 Personal Endorsements, 820 Media Endorsements, 3,868 Candidate Endorsements, </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Your 2垄</td><td class="Text1" colspan="2"> <a href="UserEmoteDiscussionList.html?UserID=334&FrEm=1"><img src="images/emote1.gif" border="0"></a>118, <a href="UserEmoteDiscussionList.html?UserID=334&FrEm=2"><img src="images/emote2.gif" border="0"></a>55, <a href="UserEmoteDiscussionList.html?UserID=334&FrEm=3"><img src="images/emote3.gif" border="0"></a>3, <a href="UserEmoteDiscussionList.html?UserID=334&FrEm=4"><img src="images/emote4.gif" border="0"></a>36, <a href="UserEmoteDiscussionList.html?UserID=334&FrEm=5"><img src="images/emote5.gif" border="0"></a>35, <a href="UserEmoteDiscussionList.html?UserID=334&FrEm=7"><img src="images/emote7.gif" border="0"></a>1, <a href="UserEmoteDiscussionList.html?UserID=334&FrEm=8"><img src="images/emote8.gif" border="0"></a>3, </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">2垄 to You</td><td class="Text1" colspan="2"> <a href="UserEmoteDiscussionList.html?UserID=334&ToEm=1"><img src="images/emote1.gif" border="0"></a>473, <a href="UserEmoteDiscussionList.html?UserID=334&ToEm=2"><img src="images/emote2.gif" border="0"></a>45, <a href="UserEmoteDiscussionList.html?UserID=334&ToEm=4"><img src="images/emote4.gif" border="0"></a>375, <a href="UserEmoteDiscussionList.html?UserID=334&ToEm=5"><img src="images/emote5.gif" border="0"></a>22, <a href="UserEmoteDiscussionList.html?UserID=334&ToEm=6"><img src="images/emote6.gif" border="0"></a>7, <a href="UserEmoteDiscussionList.html?UserID=334&ToEm=7"><img src="images/emote7.gif" border="0"></a>7, <a href="UserEmoteDiscussionList.html?UserID=334&ToEm=8"><img src="images/emote8.gif" border="0"></a>4, </td></tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="5"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center"><a href="UserDetail.html?UserID=334&ShowAllNews=Y" class="Headline1">NEWS</a></td> <td width="42"></td></tr></table></td></tr> <tr bgcolor="#333366" align="center"> <td class="Headline1">Date</td> <td class="Headline1">Category</td> <td class="Headline1">Headline</td> <td class="Headline1">Article</td> <td class="Headline1">Contributor</td> </tr> <tr> <td class="Switch1">Sep 22, 2004 12:00am</td> <td class="Switch1">Poll</td> <td class="Switch1"> <a href="NewsDetail.html?NewsID=14960" class="Text1">A better presidential election poll </a> </td> <td class="Switch1"> <a href="http://www.misterpoll.com/1519961251.html" class="Text1" target="_blank">Article</a> </td> <td class="Switch1"><a href="UserDetail.html?UserID=334" class="Text1">Thomas Walker </a></td> </tr> <tr> <td class="Switch0">Sep 14, 2004 12:00am</td> <td class="Switch0">General</td> <td class="Switch0"> <a href="NewsDetail.html?NewsID=14723" class="Text1">Hatch Act reminder to federal employees </a> </td> <td class="Switch0">Not Available </td> <td class="Switch0"><a href="UserDetail.html?UserID=334" class="Text1">Thomas Walker </a></td> </tr> </table> <br> <script language="javascript"> <!-- var epid=0; var etype=''; var doffset=23; function emotePanel(type,id,e) { if (!e) { var e = window.event; } if (e.pageX || e.pageY) { posx=e.pageX; posy=e.pageY; } else if (e.clientX || e.clientY) { posx=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft; posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop; } epid=id; etype=type; var p=document.getElementById('EmoteSelect'); p.style.left=(posx - 10) + 'px'; p.style.top=(posy - 5) + 'px'; p.style.display='block'; return false; } function emote(num) { var p=document.getElementById('EmoteSelect'); p.style.display='none'; if (num > 0) { var ajax = new Ajax(); ajax.send_params = 'TYPE='+etype+'&DID='+epid+'&EM='+num; ajax.send_url = 'https://www.ourcampaigns.com/ajax/SetEmote.html'; ajax.send_method = 'GET'; ajax.response_handler = function(resp) { if (resp != '') { document.getElementById('Emote'+etype+epid).innerHTML=resp; } } ajax.sendRequest(); } } function emoteView(type,id,num,e) { if (!e) { var e = window.event; } if (e.pageX || e.pageY) { posx=e.pageX; posy=e.pageY; } else if (e.clientX || e.clientY) { posx=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft; posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop; } var p=document.getElementById('EmotePeople'); p.style.left=(posx - 10) + 'px'; p.style.top=(posy - 5) + 'px'; var ajax = new Ajax(); ajax.send_params = 'TYPE='+type+'&DID='+id+'&EM='+num; ajax.send_url = 'https://www.ourcampaigns.com/ajax/EmoteViewPeople.html'; ajax.send_method = 'GET'; ajax.response_handler = function(resp) { if (resp != '') { var p=document.getElementById('EmotePeople'); p.innerHTML=resp; p.style.display='block'; } } ajax.sendRequest(); } function emoteBlur(id,num) { var p=document.getElementById('EmotePeople'); p.style.display='none'; } function prevDiscussion(num) { if (doffset > 0) { var ajax = new Ajax(); var odo=doffset; doffset-=num; if (doffset < 0) { doffset=0; } if (doffset < 26) { var ppdiv=document.getElementById('PrevPageDiv'); if (ppdiv) { ppdiv.style.display='none'; } } if (doffset == 0) { var pmdiv=document.getElementById('PreviousMsgTR'); if (pmdiv) { pmdiv.style.display='none'; } } document.getElementById('PreviousCount').innerHTML=''+doffset; ajax.send_params = 'IsAjax=Y&To=User&UserID=334&ODO='+odo+'&DOffset='+doffset+'&IgnoreIDs=0&Sub=0&ArchiveCount=23&Page=UserDetail.html'; ajax.send_url = 'https://www.ourcampaigns.com/discussion.html'; ajax.send_method = 'GET'; ajax.response_handler = function(resp) { if (resp != '') { var md=document.getElementById('DiscussDiv'); var newdiv=document.createElement('div'); newdiv.innerHTML=resp+' '; md.insertBefore(newdiv,md.firstChild); twttr.widgets.load(); } } ajax.sendRequest(); } } //--> </script> <div id="EmoteSelect" style="display:none;position:absolute;background-color:white;border:2px solid red;padding:4px;width:100px;z-index:300;"><b>Add Your 2¢</b><br><a href="javascript:emote(1)">Agree</a><br><a href="javascript:emote(2)">Disagree</a><br> <a href="javascript:emote(4)">Laugh</a><br><a href="javascript:emote(5)">Groan</a><br><a href="javascript:emote(3)">Troll</a><br><a href="javascript:emote(7)">Befuddled</a><br><a href="javascript:emote(6)">Work Complete</a><br><a href="javascript:emote(8)">Prediction</a><br><a href="javascript:emote(0)">[close]</a><br> </div> <div id="EmotePeople" style="display:none;position:absolute;background-color:white;border:2px solid red;padding:4px;width:100px;" onmouseout="emoteBlur()"> </div> <table class="infotable" cellspacing="0" cellpadding="0"><tr><th colspan="3">DISCUSSION</td></tr> <tr><td colspan="3" id="PreviousMsgTR" align="center" style="background-color:#333366;"><a href="javascript:prevDiscussion(23)" class="Headline1">[View All <div id="PreviousCount" style="display:inline;">23</div> Previous Messages]</a></td></tr> <tr><td colspan="3"><div id="DiscussDiv" class="Switch0"> </td></tr> </table> <script language="JavaScript"> <!-- var fitem=''; function noChangeF(itm) { fitem=itm.value; } function noChangeU(itm) { itm.value=fitem; } function upIRV(fid,vnum) { var snum=vnum-1; var f1=eval('document.UserPoll'+fid+'.UPO'+snum); var f2=eval('document.UserPoll'+fid+'.UPO'+vnum); var fi1=eval('document.UserPoll'+fid+'.UPOI'+snum); var fi2=eval('document.UserPoll'+fid+'.UPOI'+vnum); var ftmp=f1.value; f1.value=f2.value; f2.value=ftmp; ftmp=fi1.value; fi1.value=fi2.value; fi2.value=ftmp; } function pubvotewin(upid) { var prw=window.open('userpollpub.html?UserPollID='+upid,'PubVote','scrollbars=yes,width=500,height=350'); } function quoteMsg(msgid,userid) { f=document.DiscussForm; f.DiscussText.value=f.DiscussText.value + '<q ' + userid + '>' + document.getElementById('MsgC'+msgid).innerHTML + '</q>\n'; } //--> </script> </td><td valign="top" class="Text1"> <table border="0" width="100%"> <tr><td bgcolor="#993333" colspan="1" align="center" class="Headline1">OC BLOG</td></tr> <tr><td class="Text1"><a href="UserBlog.html?UserBlogID=7" class="Text1">A view from Mesa </a></td></tr> </table> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"><img src="../images/spacer.gif" width="40" height="15"></td><td class="Headline1" align="center">INFORMATION LINKS</td> <td width="42"></td></tr></table></td></tr> <tr> <td class="Switch1"><a href="http://www.isthisyour.name/name.php?forename=Thomas&surname=Walker" class="Text1" target="_blank">All about 'Thomas Walker' </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=2698" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://bioguide.congress.gov/biosearch/biosearch.asp" class="Text1" target="_blank">Biographical Directory of the U S Congress </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=138" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://clerk.house.gov/members/election_information/elections.php" class="Text1" target="_blank">Election Statistics - Office of the Clerk </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=137" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.iww.org/" class="Text1" target="_blank">Industrial Workers of the World (IWW) </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=1067" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.bible.ca/bible.htm" class="Text1" target="_blank">Interactive Bible </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=2337" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.landoverbaptist.org/" class="Text1" target="_blank">Landover Baptist Church </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=740" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://mesafitcity.com/Home.aspx" class="Text1" target="_blank">Mesa Arizona Fit City Challenge </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=473" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.mpsaz.org/" class="Text1" target="_blank">Mesa Public Schools </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=1103" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.cityofmesa.org/Home/" class="Text1" target="_blank">Mesa, Arizona </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=1158" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://qcclsoftball.com/" class="Text1" target="_blank">Queen Creek Church League - Softball </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=341" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.reigndownusa.com/" class="Text1" target="_blank">ReignDown USA </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=1150" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.savejordanelementary.com/index.php" class="Text1" target="_blank">Save Jordan Elementary School </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=433" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.freedomtrain.org/main.html" class="Text1" target="_blank">The Museum of America's Freedom Trains </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=1180" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://www.akip.org/north/north3.html" class="Text1" target="_blank">THINK ABOUT THIS !! </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=2423" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://www.thomaswalkerband.com/home.php" class="Text1" target="_blank">Thomas Walker Band </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=1194" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch0"><a href="http://kevan.org/nohari?name=ThomasWalker" class="Text1" target="_blank">Thomas Walker's Nohari Window </a></td> <td class="Switch0"><a href="InfoLinkDetail.html?InfoLinkID=2479" class="Text1">Discuss</a></td> </tr> <tr> <td class="Switch1"><a href="http://kevan.org/johari?name=ThomasWalker" class="Text1" target="_blank">ThomasWalker's Johari Window </a></td> <td class="Switch1"><a href="InfoLinkDetail.html?InfoLinkID=2478" class="Text1">Discuss</a></td> </tr> </table> <table border="0" width="100%"> <tr bgcolor="#993333"><td colspan="2" class="Headline1" align="center">Is In</td></tr> <tr valign="top"> <td class="Switch0">City Council</td> <td class="Switch0"><a href="ContainerDetail.html?ContainerID=66909" class="Switch0">City Council District 5</a></td> </tr> <tr valign="top"> <td class="Switch1">County</td> <td class="Switch1"><a href="ContainerDetail.html?ContainerID=2554" class="Switch1">Maricopa</a></td> </tr> <tr valign="top"> <td class="Switch0">House of Representatives</td> <td class="Switch0"><a href="ContainerDetail.html?ContainerID=316" class="Switch0">AZ - District 04</a></td> </tr> <tr valign="top"> <td class="Switch1">School Board</td> <td class="Switch1"><a href="ContainerDetail.html?ContainerID=80549" class="Switch1">Governing Board - Phoenix Union High School District #210 Seat 5</a></td> </tr> <tr valign="top"> <td class="Switch0">School Districts</td> <td class="Switch0"><a href="ContainerDetail.html?ContainerID=80531" class="Switch0">Phoenix Union High School District #210</a></td> </tr> <tr valign="top"> <td class="Switch1">School Districts</td> <td class="Switch1"><a href="ContainerDetail.html?ContainerID=80566" class="Switch1">Cartwright Elementary District #83</a></td> </tr> <tr valign="top"> <td class="Switch0">State</td> <td class="Switch0"><a href="ContainerDetail.html?ContainerID=11" class="Switch0">Arizona</a></td> </tr> <tr valign="top"> <td class="Switch1">State House</td> <td class="Switch1"><a href="ContainerDetail.html?ContainerID=19182" class="Switch1">AZ State House 29</a></td> </tr> <tr valign="top"> <td class="Switch0">State Senate</td> <td class="Switch0"><a href="ContainerDetail.html?ContainerID=1142" class="Switch0">AZ State Senate 29</a></td> </tr> <tr valign="top"> <td class="Switch1">City</td> <td class="Switch1"><a href="ContainerDetail.html?ContainerID=39518" class="Switch1">Phoenix</a></td> </tr> <tr valign="top"> <td class="Switch0">Country</td> <td class="Switch0"><a href="ContainerDetail.html?ContainerID=1" class="Switch0">United States</a></td> </tr> </table> <table border="0" width="100%"> <tr bgcolor="#993333"><td colspan="3" class="Headline1" align="center">ENDORSEMENTS</td></tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=911663" class="Switch1">CA US Senate - Appointment - Dec 22, 2020</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch1">Dolores Huerta</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=907887" class="Switch0">WA State House District 9 Seat 1 - Nov 03, 2020</a></td> <td bgcolor="#FFFF00">LBT</td> <td class="Switch0">Brett Borden</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=906982" class="Switch1">Phoenix, AZ Mayor - Nov 03, 2020</a></td> <td bgcolor="#336699">N</td> <td class="Switch1">Kristen Pierce</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=906982" class="Switch0">Phoenix, AZ Mayor - Nov 03, 2020</a></td> <td bgcolor="#336699">N</td> <td class="Switch0">Tim Seay</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=839036" class="Switch1">US Vice President - Nov 03, 2020</a></td> <td bgcolor="#F400A1">S</td> <td class="Switch1">Angela Nicole Walker</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=830717" class="Switch0">US President - Popular Vote - Nov 03, 2020</a></td> <td bgcolor="#337722">G</td> <td class="Switch0">Howie Hawkins</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=899250" class="Switch1">US Vice President - D Selection - Aug 11, 2020</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch1">Tammy Duckworth</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=907886" class="Switch0">WA State House District 9 Seat 1 - Open Primary - Aug 04, 2020</a></td> <td bgcolor="#FFFF00">LBT</td> <td class="Switch0">Brett Borden</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=894279" class="Switch1">US Vice President - LBT Convention - May 24, 2020</a></td> <td bgcolor="#FFFF00">LBT</td> <td class="Switch1">John H. Monds</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=869466" class="Switch0">AZ US President - D Primary - Mar 17, 2020</a></td> <td bgcolor="#411450">For</td> <td class="Switch0">Andrew Yang</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=52317" class="Switch1">ISR Knesset - Likud Seat 10 - Mar 02, 2020</a></td> <td bgcolor="#800080">IOC</td> <td class="Switch1"> Havana, Cuba</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=834213" class="Switch0">PA District 01 - Nov 06, 2018</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch0">Scott Wallace</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=758985" class="Switch1">RUS President - Mar 18, 2018</a></td> <td bgcolor="#DD1111">KPRF</td> <td class="Switch1">Gennady Zyuganov</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=701300" class="Switch0">KY US Senate - Nov 08, 2016</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch0">Jim Gray</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=736806" class="Switch1">US President - D Primaries - Feb 09, 2016</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch1">Edmund G. "Jerry" Brown, Jr.</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=732353" class="Switch0">SC US Senate - D Primary - Jun 10, 2014</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch0">Alvin Greene</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=701432" class="Switch1">CA Governor - Open Primary - Jun 03, 2014</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch1">Edmund G. "Jerry" Brown, Jr.</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=581921" class="Switch0">World's Fair 2020 - Nov 27, 2013</a></td> <td bgcolor="#0000FF">BIE</td> <td class="Switch0"> Ekaterinburg, Russia</td> </tr> <tr valign="top"> <td class="Switch1"><a href="RaceDetail.html?RaceID=783505" class="Switch1">Phoenix City Council 04 - Aug 27, 2013</a></td> <td bgcolor="#0000FF">D</td> <td class="Switch1">David Lujan</td> </tr> <tr valign="top"> <td class="Switch0"><a href="RaceDetail.html?RaceID=780971" class="Switch0">IL District 2 - Special Election - Apr 09, 2013</a></td> <td bgcolor="#337722">G</td> <td class="Switch0">LeAlan M. Jones</td> </tr> </table> <table border="0" width="100%"> <tr bgcolor="#993333"><td colspan="3" align="center" class="Headline1">LEANING PREDICTIONS</td></tr> <tr bgcolor="#333366"><td colspan="3" align="center" class="Headline1">PRESIDENTIAL</td></tr> <tr><td colspan="3" align="center"> <img src="../images/upresmap.gif" width="200"><br> <br> </td></tr> <tr bgcolor="#333366"><td colspan="3" align="center" class="Headline1">SENATE</td></tr> <tr><td colspan="3" align="center"> <img src="../images/usenmap.gif" width="200"><br> <br> </td></tr> <tr bgcolor="#333366"><td colspan="3" align="center" class="Headline1">GOVERNORS</td></tr> <tr><td colspan="3" align="center"> <img src="../images/ugovmap.gif" width="200"><br> <br> </td></tr> <tr bgcolor="#333366"><td colspan="3" align="center" class="Headline1">HOUSE</td></tr> <tr><td colspan="3"> <br></td></tr> <tr bgcolor="#333366"><td colspan="3" align="center" class="Headline1">PRIMARIES</td></tr> <tr><td colspan="3"> <br></td></tr> <tr bgcolor="#333366"><td colspan="3" align="center" class="Headline1">OTHER</td></tr> </table> </td></tr></table> <div align="right"> </div> </td> </tr> </table> </body> </html> </body> </html>