CINXE.COM

Our Campaigns - Candidate - Antonio Villaraigosa

<!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"> <title>Our Campaigns - Candidate - Antonio Villaraigosa</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="CandidateDetail.html?SetNow=Y&CandidateID=19174"><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">Nov</option><option value="12" SELECTED>Dec</option></select> <select name="NowDate_day" class="Text1"> <option value="00">--</option> <option SELECTED>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>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="2024" 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>&quot;A comprehensive, collaborative elections resource.&quot;&nbsp;</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> <script language="javascript"> <!-- var piccnt=3; var cpic=new Array; cpic[1]='2000-01-01'; cpic[2]='2013-01-01'; cpic[3]='2024-01-01'; var curpic=3; function lastPic() { if (curpic > 1) { curpic--; document.getElementById('CandPic').src='../images/candidates/b19/C19174D'+cpic[curpic]+'.jpg'; document.getElementById('CandPicLink').href='../images/candidates/b19/FullC19174D'+cpic[curpic]+'.jpg'; document.getElementById('CandPicDate').innerHTML=cpic[curpic]; if (curpic == 1) { document.getElementById('CandPicLast').innerHTML=''; } document.getElementById('CandPicNext').innerHTML='-&gt;'; } } function nextPic() { if (curpic < piccnt) { curpic++; document.getElementById('CandPic').src='../images/candidates/b19/C19174D'+cpic[curpic]+'.jpg'; document.getElementById('CandPicLink').href='../images/candidates/b19/FullC19174D'+cpic[curpic]+'.jpg'; document.getElementById('CandPicDate').innerHTML=cpic[curpic]; if (curpic == piccnt) { document.getElementById('CandPicNext').innerHTML=''; } document.getElementById('CandPicLast').innerHTML='&lt;-'; } } //--> </script> <div class="Headline1" align="left"><font size="+3">&nbsp;&nbsp;Villaraigosa, Antonio</font></div> <table border="0" width="90%"><tr><td valign="top" class="Text1" width="65%"> <table border="0" width="100%"> <tr bgcolor="#993333"><td colspan="3"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="42"></td> <td class="Headline1" align="center">CANDIDATE DETAILS</td> <td width="42"></td></tr></table></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Affiliation</td><td bgcolor="#0000FF"><a href="PartyDetail.html?PartyID=1"class="Headline1">Democratic</a></td> <td rowspan="8" align="right" valign="top">&nbsp;<table border="0"><tr><td colspan="3" align="center"> <a href="../images/candidates/b19/FullC19174D2024-01-01.jpg" id="CandPicLink" target="_blank"><img src="../images/candidates/b19/C19174D2024-01-01.jpg" id="CandPic" width="150" border="0"></a> </td></tr> <tr> <td align="left" width="15px"><a href="javascript:lastPic()" id="CandPicLast">&lt;-</a>&nbsp;</td> <td align="center" id="CandPicDate">2024-01-01</td> <td align="right" width="15px">&nbsp;<a href="javascript:nextPic()" id="CandPicNext"></a></td> </tr> </table>&nbsp; </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Name</td><td class="Text1">Antonio Villaraigosa</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Previous Name</td><td class="Text1">01/23/1953 - 07/01/1987 Antonio Villar<br> </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Address</td><td class="Text1">5514 Wilshire <br>Los Angeles, California , United States</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Email</td><td class="Text1">None<a href="mailto:" class="Text1"></a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Website</td><td class="Text1"><a href="https://antonioforcalifornia.com" target="_blank" class="Text1"> [Link]</a></td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Born</td> <td class="Text1"> January 23, 1953 (71 years) </td></tr> </td></tr> </IF> <tr><td bgcolor="#333366" align="right" class="Headline1">Contributor</td><td class="Text1">Jake</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Last Modifed</td><td class="Text1">BrentinCO<br>Jul 23, 2024 12:50pm</td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Tags</td><td class="Text1" colspan="2"> Hispanic - ACLU - Catholic - </td></tr> <tr><td bgcolor="#333366" align="right" class="Headline1">Info</td><td class="Text1" colspan="2">Antonio R. Villaraigosa is the current mayor of Los Angeles, California. He is the first Latino mayor of Los Angeles since 1872. Villaraigosa was elected mayor of Los Angeles in a run-off election on May 17, 2005, in which he defeated incumbent mayor James Hahn. <br> <br> Born Antonio Villar in Boyle Heights neighborhood of East Los Angeles of Mexican-American parentage, Villaraigosa had an unstable childhood. Although he never finished high school he received an honorary degree from Theodore Roosevelt High School. He fell in with gangs but shook off that lifestyle and went on to attend UCLA. While there, he was active in MEChA, a radical civil rights organization. He obtained his degree in history, and attended the People's College of Law, an unaccredited law school. After failing the bar four times he moved on to labor. He became a field representative/organizer with the United Teachers Los Angeles (UTLA), where he made inroads with individuals that would help him make his move into politics, such as the James M. Wood and Miguel Contreras, both deceased Executive Treasurers of the Los Angeles County Federation of Labor, AFL-CIO. Villaraigosa was also President of the Los Angeles chapter of the American Civil Liberties Union for a period. <br> <br> In 1994, Antonio was elected to the California State Assembly, and just four years later, his colleagues in the legislature voted to make him the first Assembly Speaker from Los Angeles in 25 years. He eventually became one of the leading progressive voices in the state. In 1987, he married Corina Raigosa (his second wife) and combining their names, changed his name from Villar to Villaraigosa. He ran for mayor of Los Angeles in the 2001 citywide contest but was defeated by eight percent by fellow Democrat James Hahn in a run-off election. In 2003, Villaraigosa defeated incumbent Councilman Lauro &quot;Nick&quot; Pacheco to win a seat on the Los Angeles City Council representing the 14th District. <br> <br> In the Los Angeles mayoral election that took place on March 8, 2005, Villaraigosa placed first and continued on to the run-off election held on May 17, in which he won 58.7% of the vote to Hahn's 41.3%. He is the first Latino mayor of Los Angeles since 1872, when Mayor Crist贸bal Aguilar (mayor from 1866 to 1868 and again from 1870 until 1872) governed over Los Angeles at a time when its population was barely 6,000. <br> <br> The Nation attributes his success in 2005, as against his failure in 2001, to his adding significant number of African Americans to his earlier coalition of &quot;Latinos, labor and white lefties&quot;, noting 2005 endorsements by Representative Maxine Waters (a Hahn supporter in 2001) and City Council member (and former police chief) Bernard Parks. He also won handily amongst the West L.A.'s liberal jewish population, and to a lesser degree, the west Valley's more conservative jewish community. Indeed, there were only two demographic groups he did not win: white conservatives in the north west Valley, and Asian-Americans, although the latter only by the narrowest of margins. <br> <br> On July 1st of 2005, he was sworn in as the 41st mayor of Los Angeles in an enormous ceremony, which involved an interfaith service at the Our Lady of the Angels Cathedral, followed by a large procession to nearby City Hall. On the South Lawn of the facility, he was administered the oath of office by Stephen Reinhardt, judge of the U.S. 9th Circuit Court, in a ceremony attended by dignitaries such as Gov. Arnold Schwarzenegger, former Vice-President Al Gore, New York mayor Michael Bloomberg, current and former state and local elected officials, candidates, as well as large numbers of the L.A. area counsular corps, including a large contingent of elected officials from Mexico.<br><br></td></tr> </table> <br> <table border="0" width="100%"> <tr bgcolor="#993333"><td colspan="6"><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="CandidateDetail.html?CandidateID=19174&ShowAllPoll=Y" class="Headline1">JOB APPROVAL POLLS</a></td> <td width="42"></td></tr></table></td></tr> <tr><td colspan="6" class="Text1" align="center"><img src="/cgi-bin/approvegraph.cgi?CandidateID=19174&Type=Job+Approval"></td></tr> <tr align="center" bgcolor="#333366"><td class="Headline1">Date</td><td class="Headline1" colspan="2">Firm</td><td class="Headline1">Approve</td><td class="Headline1">Disapprove</td><td class="Headline1">Don't Know</td></tr> <tr bgcolor="#7094D8"> <td align="right" class="Text1"><a href="PollEdit.html?PollID=9955" class="Text1">04/18/2006-04/18/2006</a></td> <td align="right" class="Text1" colspan="2">Survey USA</td> <td align="right" class="Text1">65.00%&nbsp;( 0.0</font>)</td> <td align="right" class="Text1">25.00%&nbsp;( 0.0</font>)</td> <td align="right" class="Text1">10.00%&nbsp;( 0.0</font>)</td> </tr> </table> <br> <table class="infotable" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#993333"><td colspan="4"><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">BOOKS</td> <td width="42"><a href="BookEdit.html?AttachTo=Candidate&AttachID=19174"><img src="../images/ButtonAdd.gif" width="40" height="15" border="0"></a></td></tr></table></td></tr> <tr bgcolor="#333366" align="center"> <td class="Headline1">Title</td> <td class="Headline1">Purchase</td> <td class="Headline1">Contributor</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="CandidateDetail.html?CandidateID=19174&ShowAllEvent=Y" class="Headline1">EVENTS</a></td> <td width="42"></td></tr></table></td></tr> <tr bgcolor="#333366" align="center"> <td class="Headline1">Start Date</td> <td class="Headline1">End Date</td> <td class="Headline1">Type</td> <td class="Headline1">Title</td> <td class="Headline1">Contributor</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="CandidateDetail.html?CandidateID=19174&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="Switch0">Jul&nbsp;04,&nbsp;2007 10:00pm</td> <td class="Switch0">News</td> <td class="Switch0"> <a href="NewsDetail.html?NewsID=41822" class="Text1">Mayor reveals romantic link with TV newscaster&nbsp;</a> </td> <td class="Switch0"> <a href="http://www.latimes.com/news/local/la-me-mayor4jul04,0,7902394,full.story" class="Text1" target="_blank">Article</a> </td> <td class="Switch0"><a href="UserDetail.html?UserID=1778" class="Text1">Buddy&nbsp;</a></td> </tr> <tr> <td class="Switch1">May&nbsp;16,&nbsp;2006 07:00pm</td> <td class="Switch1">Profile</td> <td class="Switch1"> <a href="NewsDetail.html?NewsID=32156" class="Text1">L.A.'s Villaraigosa a High-Energy Mayor&nbsp;</a> </td> <td class="Switch1"> <a href="http://www.cbsnews.com/stories/2006/05/16/ap/politics/mainD8HL41K81.shtml" class="Text1" target="_blank">Article</a> </td> <td class="Switch1"><a href="UserDetail.html?UserID=1" class="Text1">RP&nbsp;</a></td> </tr> <tr> <td class="Switch0">Aug&nbsp;31,&nbsp;2005 09:00am</td> <td class="Switch0">News</td> <td class="Switch0"> <a href="NewsDetail.html?NewsID=24802" class="Text1">Mayor [Villaraigosa ] Rules Out '06 Gubernatorial Bid&nbsp;</a> </td> <td class="Switch0"> <a href="http://www.latimes.com/news/local/la-me-mayor31aug31,1,5602725.story?coll=la-headlines-california" class="Text1" target="_blank">Article</a> </td> <td class="Switch0"><a href="UserDetail.html?UserID=1121" class="Text1">CBlock941&nbsp;</a></td> </tr> <tr> <td class="Switch1">Aug&nbsp;12,&nbsp;2005 05:00pm</td> <td class="Switch1">News</td> <td class="Switch1"> <a href="NewsDetail.html?NewsID=24299" class="Text1">Mayor [Villaraigosa] Bans Road Work During Rush Hour&nbsp;</a> </td> <td class="Switch1"> <a href="http://www.latimes.com/news/local/la-081205traffic_lat,0,5542941.story?coll=la-home-headlines" class="Text1" target="_blank">Article</a> </td> <td class="Switch1"><a href="UserDetail.html?UserID=1364" class="Text1">Jake&nbsp;</a></td> </tr> <tr> <td class="Switch0">May&nbsp;24,&nbsp;2005 12:00am</td> <td class="Switch0">News</td> <td class="Switch0"> <a href="NewsDetail.html?NewsID=21698" class="Text1">Villaraigosa Names Transition Team Head&nbsp;</a> </td> <td class="Switch0"> <a href="http://www.latimes.com/news/politics/la-me-mayor24may24,1,3144700.story" class="Text1" target="_blank">Article</a> </td> <td class="Switch0"><a href="UserDetail.html?UserID=16" class="Text1">None Entered&nbsp;</a></td> </tr> </table> <br> <script language="javascript"> <!-- var epid=0; var etype=''; var doffset=0; 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=Candidate&CandidateID=19174&ODO='+odo+'&DOffset='+doffset+'&IgnoreIDs=0&Sub=0&ArchiveCount=0&Page=CandidateDetail.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&cent;</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"><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" width="35%"> <table border="0" width="100%"> <tr><td bgcolor="#993333" colspan="13" align="center" class="Headline1" width="100%">Importance? <a href="javascript:keywin()" class="Headline1">7.50000 Average</a></td></tr> </table> <br> <table border="0" width="100%"> <tr><td colspan="3" bgcolor="#993333" align="center" class="Headline1">FAMILY</td></tr> </table> <br> <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> </table> <table border="0" width="100%"> <tr><td bgcolor="#993333" colspan="4" align="center" class="Headline1" width="100%">RACES</td></tr> <tr bgcolor="#7094D8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">06/08/2026</td> <td class="Text1"><a href="RaceDetail.html?RaceID=1016542" class="Text1">CA Governor - Open Primary</td> <td class="Text1"> ??? </td> </tr> <tr bgcolor="#6084C8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">06/05/2018</td> <td class="Text1"><a href="RaceDetail.html?RaceID=822575" class="Text1">CA Governor - Open Primary</td> <td class="Text1"> Lost 13.31% (-20.36%) </td> </tr> <tr bgcolor="#7094D8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">02/24/2018</td> <td class="Text1"><a href="RaceDetail.html?RaceID=845935" class="Text1">CA Governor - D Endorsement</td> <td class="Text1"> Lost 8.63% (+5.37%) </td> </tr> <tr bgcolor="#6084C8"> <td class="Text1" bgcolor="#336699">&nbsp;</td> <td class="Text1">03/03/2009</td> <td class="Text1"><a href="RaceDetail.html?RaceID=351382" class="Text1">Los Angeles Mayor</td> <td class="Text1"> Won 55.65% (+29.42%) </td> </tr> <tr bgcolor="#7094D8"> <td class="Text1" bgcolor="#336699">&nbsp;</td> <td class="Text1">05/17/2005</td> <td class="Text1"><a href="RaceDetail.html?RaceID=200992" class="Text1">Los Angeles Mayor</td> <td class="Text1"> Won 58.63% (+17.27%) </td> </tr> <tr bgcolor="#6084C8"> <td class="Text1" bgcolor="#336699">&nbsp;</td> <td class="Text1">03/08/2005</td> <td class="Text1"><a href="RaceDetail.html?RaceID=83036" class="Text1">Los Angeles Mayor - Primary</td> <td class="Text1"> Won 33.10% (+9.52%) </td> </tr> <tr bgcolor="#7094D8"> <td class="Text1" bgcolor="#336699">&nbsp;</td> <td class="Text1">03/04/2003</td> <td class="Text1"><a href="RaceDetail.html?RaceID=194082" class="Text1">Los Angeles City Council - District 14</td> <td class="Text1"> Won 56.65% (+17.06%) </td> </tr> <tr bgcolor="#6084C8"> <td class="Text1" bgcolor="#336699">&nbsp;</td> <td class="Text1">06/05/2001</td> <td class="Text1"><a href="RaceDetail.html?RaceID=36000" class="Text1">Los Angeles Mayor</td> <td class="Text1"> Lost 46.47% (-7.06%) </td> </tr> <tr bgcolor="#7094D8"> <td class="Text1" bgcolor="#336699">&nbsp;</td> <td class="Text1">04/10/2001</td> <td class="Text1"><a href="RaceDetail.html?RaceID=35983" class="Text1">Los Angeles Mayor - Primary</td> <td class="Text1"> Won 30.43% (+5.38%) </td> </tr> <tr bgcolor="#6084C8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">12/07/1998</td> <td class="Text1"><a href="RaceDetail.html?RaceID=624582" class="Text1">CA Assembly Speaker</td> <td class="Text1"> Won 60.26% (+20.51%) </td> </tr> <tr bgcolor="#7094D8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">11/03/1998</td> <td class="Text1"><a href="RaceDetail.html?RaceID=280640" class="Text1">CA State Assembly 45</td> <td class="Text1"> Won 82.19% (+64.39%) </td> </tr> <tr bgcolor="#6084C8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">11/05/1996</td> <td class="Text1"><a href="RaceDetail.html?RaceID=368962" class="Text1">CA State Assembly 45</td> <td class="Text1"> Won 78.23% (+56.47%) </td> </tr> <tr bgcolor="#7094D8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">11/08/1994</td> <td class="Text1"><a href="RaceDetail.html?RaceID=369287" class="Text1">CA State Assembly 45</td> <td class="Text1"> Won 65.01% (+37.05%) </td> </tr> <tr align="center" bgcolor="#333366"><td class="Headline1" colspan="4">SPECULATIVE, DID NOT RUN</td></tr><tr bgcolor="#6084C8"> <td class="Text1" bgcolor="#0000FF">&nbsp;</td> <td class="Text1">02/02/2021</td> <td class="Text1"><a href="RaceDetail.html?RaceID=900319" class="Text1">US Secretary of Transportation</td> <td class="Text1"> Lost 0.00% (-86.87%) </td> </tr> </table> <table border="0" width="100%"> <tr bgcolor="#993333"><td colspan="3" class="Headline1" align="center">ENDORSEMENTS</td></tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=1051663" class="Text1">CA State Assembly 06 - Open Primary - Mar 05, 2024</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Carlos Marquez III</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=1018044" class="Text1">CA State Assembly 54 - Open Primary - Mar 05, 2024</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Mark J. Gonzalez</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=1018043" class="Text1">CA State Assembly 57 - Open Primary - Mar 05, 2024</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Dulce Vasquez</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=1053978" class="Text1">Los Angeles City Council - District 4 - Mar 05, 2024</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Nithya Raman</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=1053996" class="Text1">Los Angeles City Council - District 10 - Mar 05, 2024</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Heather Hutt</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=1054015" class="Text1">Los Angeles City Council - District 12 - Mar 05, 2024</a></td> <td class="Headline1" bgcolor="#336699">N</td> <td class="Text1">Serena Oberstein</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=1006541" class="Text1">CA District 16 - Open Primary - Mar 05, 2024</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Sam Liccardo</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=948119" class="Text1">Los Angeles Mayor - Primary - Jun 07, 2022</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Karen R. Bass</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=836529" class="Text1">CA US President - D Primary - Mar 03, 2020</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Michael R. &quot;Mike&quot; Bloomberg</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=823936" class="Text1">Proposition 66 (Death Penalty) - Nov 08, 2016</a></td> <td class="Text1" bgcolor="#FF3B00">NO</td> <td class="Text1"> No</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=782717" class="Text1">CA - District 33 - Open Primary - Jun 03, 2014</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Wendy J. Greuel</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=780678" class="Text1">Los Angeles City Controller - Primary - Mar 05, 2013</a></td> <td class="Headline1" bgcolor="#767676">NPA</td> <td class="Text1">Dennis P. Zine</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=770046" class="Text1">Los Angeles County District Attorney - Runoff - Nov 06, 2012</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Jackie Lacey</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=740837" class="Text1">CA - District 30 - Open Primary - Jun 05, 2012</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Howard L. Berman</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=740850" class="Text1">CA - District 44 - Open Primary - Jun 05, 2012</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Janice K. Hahn</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=727615" class="Text1">NM District 01 - D Primary - Jun 05, 2012</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Martin Ch谩vez</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=723409" class="Text1">CA District 36 - Special Open Primary - May 17, 2011</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Janice K. Hahn</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=655373" class="Text1">CA State Assembly 50 - D Primary - Jun 08, 2010</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Ricardo Lara</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=539087" class="Text1">CA District 36 - D Primary - Jun 08, 2010</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Jane L. Harman</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=524147" class="Text1">Los Angeles City Attorney - Runoff - May 19, 2009</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Jack Weiss</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=328628" class="Text1">CA US President - D Primary - Feb 05, 2008</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Hillary Clinton</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=405661" class="Text1">CA State Assembly 55 - Special Election Primary - Dec 11, 2007</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Warren T. Furutani</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=324246" class="Text1">Los Angeles City Council - District 14 - Mar 06, 2007</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Jos茅 Huizar</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=324247" class="Text1">Los Angeles City Council - District 7 - Mar 06, 2007</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Richard A. Alarc贸n</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=213871" class="Text1">CA State Assembly 12 - D Primary - Jun 06, 2006</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">Janet Reilly</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=149724" class="Text1">Oakland Mayor - Jun 06, 2006</a></td> <td class="Headline1" bgcolor="#336699">N</td> <td class="Text1">Ignacio De La Fuente</td> </tr> <tr bgcolor="#7094D8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=143637" class="Text1">Los Angeles City Council - District 11 - Open Primary - Mar 08, 2005</a></td> <td class="Headline1" bgcolor="#0000FF">D</td> <td class="Text1">William J. &quot;Bill&quot; Rosendahl</td> </tr> <tr bgcolor="#6084C8" valign="top"> <td class="Text1"><a href="RaceDetail.html?RaceID=196306" class="Text1">Los Angeles City Council - District 4 - Special Election - Sep 11, 2001</a></td> <td class="Headline1" bgcolor="#336699">N</td> <td class="Text1">Beth Garfield</td> </tr> </table> </td></tr></table> <div align="right"> </div> </td> </tr> </table> </body> </html> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10