A Patron Saint for Whistleblowers

7 days ago

14 days ago

20 days ago

49 days ago

Weekly VideosWoman Up, Politics Daily's Online Sunday ShowMore» TV TV AppearancesShowcasing appearances by Politics Daily staff and contributors.More>> News From Our Partners Eliot Spitzer on the crisis of accountabilityThe secret plot to murder David AxelrodThe non-existent moral case for tax cutsU.N. Report finds Israel "summarily executed" U.S. citizen on flotillaThe U.S. searches for war criminalsMore Stories » Iraq Sets Record: Longest Time With No GovernmentPaladino's Rage: It's Becoming a ProblemNews Corp. Made Second $1M Donation to GOP GroupJon Stewart: Obama a Big Backyard BoreSaxby Chambliss Fires Staffer for Anti-Gay PostMore Stories » 5 Ways Dems Can Turn It AroundThe Yes List: Let Me In Is the Anti-Twilight5 Best Jersey Shore MomentsFarewell to an AngelSilicon Valley Snubs Social NetworkMore Stories » Rahm's Farewell Gift Chicago Style -- A Dead FishQuipsters & Quotes: The Week in WordsListening to America: Voters Speak Out"Birthers," Chicago style: Some Question Rahm's ResidencyMassachusetts Ballot Initiative Seeks to Repeal Tax on AlcoholMore Stories » R.I.P., TARP: Government Rescue Ends SundayAdvertisement:Justice Elena Kagan Joins Supreme CourtLiberal March Planned as 'Antidote' to Tea PartyRupert Murdoch, Owner of Fox News, Argues For Amnesty, Comprehensive Immigration ReformMore Stories » Emanuel Out. Enter Rouse -- and Obama White House 2.0Immigration: Will Utah Follow Arizona's Lead?Aquamation: A Greener Alternative to Cremation?It's Official: The Stimulus Isn't a Waste of MoneyAre People More Willing to Give Info to Shady Websites?More Stories » Was Tyler Clementi's death a 'hate crime'?The Rahm goodbye: Grading EmanuelDemocrats will hold the House and SenateThe one-man war against a gay studentThe Chilean miners' rescue plan: 5 intriguing factsMore Stories » Politics Daily

Featured

Barack Obama Michelle Obama Health Care 2012 President White House Afghanistan Congress Law Nancy Pelosi Dick Cheney Foreign Policy Iran Democrats Republicans Religion Economy

Hot on Politics Daily

Ground Zero Mosque Rod Blagojevich WikiLeaks Florida Senate Race California Senate Race California Governor's Race 2010 Elections Oil Spill Latest Polls Immigration Obama Administration Supreme Court

AOL News Topics

Nation World Politics Opinion Weird News Entertainment Crime Health Sports Money Science Tech Fantasy Football Miss Universe The Grid

Quick Links

Politics Daily Site Map Melinda Henneberger Lynn Sweet Walter Shapiro Carl M. Cannon Jill Lawrence David Wood Patricia Murphy David Gibson Alex Wagner David Corn Matt Lewis

More Blog/Sites

Switched Business News Sports News Fantasy Football TMZ Asylum Lemondrop Engadget Joystiq AutoBlog Small Business Personal Finance Propeller Black Voices Moviefone Urlesque

Sites and Services

Download Toolbar TV Listings Watch TV Shows Health Celeb Gossip Singles Songs, Music Videos Privacy Policy AOL A-ZTerms of Use Privacy Policy Trademarks AOL A-Z HELP Advertise With Us© 2010 All Rights Reserved AOL News.   © 2010 AOL Inc. All Rights Reserved.  //'config' variable is used in politicsdaily.js inside GCP callback. //'config' variable is used in jquery_142.js inside GCP callback. var config = { "channel_id" : 1, "topic_id" : "19654739", "topic_title" : document.title, "permalink" : document.URL, "topic_description": document.title, "sort":"new", "count":20, "authSelector":"gcpAuthLeft", "comment_count_selector" : ".miniCount" };jQuery(document).ready(function(){$("#statesmenu").hover(function(){$(".electionshdrnavcont",this).css("display","block")},function(){$(".electionshdrnavcont",this).css("display","none")})});(function($){ // Set up global config options $.facebookSocial({ options: { appId:139302692758347 }}); // Initialize the fb modules$("[name='aol-facebook-like']").facebookSocial(); })(jQuery); (function($){ var errMsg = "Please enter a standard residential 5-digit ZIP code -- you may have entered a P.O. Box or other code."; function g_C(r_zip){ if (document.cookie.length>0) { c_start=document.cookie.indexOf(r_zip + "="); if (c_start!=-1){ c_start=c_start + r_zip.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; } function s_C(r_zip,value,expdays){ var expdt=new Date(); expdt.setDate(expdt.getDate()+expdays); document.cookie=r_zip+ "=" +escape(value)+((expdays==null) ? "" : ";expires="+expdt.toUTCString()+";path=/"); } function ch_C(){ var zip_C = ""; zip_C=g_C('r_zip'); if (typeof ($("#rZipCode").val()) != "undefined") { var n_zip=$("#rZipCode").val(); } if ((zip_C==null && zip_C=="") || (n_zip!=null && n_zip!="" && n_zip!="Enter ZIP Code (standard 5-digit)" && n_zip!="Change My ZIP Code (standard 5-digit)" && n_zip!=zip_C)){ zip_C=n_zip; } if (zip_C!=null && zip_C!=""){ s_C('r_zip',zip_C,365); //Call to dataportlet raceLookup_zip(zip_C, "myRaceRslt", "lclRaceTabContRslt1"); if (typeof ($("#rZipCode").val()) != "undefined") { document.getElementById('rZipCode').value = "Change My ZIP Code (standard 5-digit)"; document.getElementById('zipCodeTxt').value = "Y"; } } } function isNumeric(){ var elem = document.getElementById('rZipCode'); var numericExpr = /[0-9]{5}/; if(elem.value.toString().match(numericExpr) && elem.value.toString().length == 5){ checkZipcodeType(elem.value); } else { alert(errMsg); return false; } } function checkZipcodeType(zipC){ var jsonData=''; var parseError=false; try{ $.ajax({ url: '/election-ajax/', type:'GET', data: {'query':zipC,'view':'election2010,check-zipcode,INFO'}, success:function(respData){ try { jsonData = $.parseJSON(respData); } catch(err){ parseError=true; jsonData=''; } if(!parseError){ //alert(jsonData.zipClassCode); if($.trim(jsonData.zipClassCode) === ''){ ch_C(); } else { s_C('r_zip','',365); document.getElementById('zipCodeTxt').value = "N"; if (typeof ($("#localRace #lclRaceTabContRslt1 #myRaceRslt").html()) != "undefined" || $("#localRace #lclRaceTabContRslt1 #myRaceRslt").html() != null || $("#localRace #lclRaceTabContRslt1 #myRaceRslt").html() != "") { $("#localRace #lclRaceTabContRslt1 #myRaceRslt").hide(); } alert(errMsg); document.getElementById('rZipCode').value = "Enter ZIP Code (standard 5-digit)"; return false; } } } }); } catch(err){ } } function isValidCandidateName() { var elem = document.getElementById('candidName'); var regx = /^[A-Za-z]{1,25}$/; var errMsg = "Please enter a valid Candidate Last Name"; if(regx.test(elem.value)){ return true; }else { alert(errMsg); return false; } } function raceLookup_zip(zip, containerID, addToDiv){ var baseURL = "/election-ajax/?query=" + zip + "&view=election2010,zip-to-state,INFO&v=election2010,race-lookup-2,INFO&v=election2010,race-lookup-1,INFO&v=election2010,race-lookup-3,INFO"; var dataURL =''+ baseURL +' #'+ containerID; $("#localRace #lclRaceTabContRslt1").removeClass("noContSelected").addClass("contSelected"); $('#'+addToDiv).load(dataURL); } function raceLookup_candidate(name, containerID, addToDiv){ var baseURL = "/election-ajax/?query=" + name + "&view=election2010,candidate-lookup,INFO"; var dataURL =''+ baseURL +' #'+ containerID; $('#'+addToDiv).load(dataURL); } $(document).ready(function(){ $("#localRace #tabOne").click(function () { $("#localRace #tabTwo").removeClass("sel").addClass("nosel"); $(this).addClass("sel"); $("#localRace #lclRaceTabCont1").removeClass("noContSelected").addClass("contSelected"); $("#localRace #lclRaceTabContRslt1").removeClass("noContSelected").addClass("contSelected"); $("#localRace #lclRaceTabCont2").removeClass("contSelected").addClass("noContSelected"); $("#localRace #lclRaceTabContRslt2").removeClass("contSelected").addClass("noContSelected"); return false; }); $("#localRace #tabTwo").click(function () { $("#localRace #tabOne").removeClass("sel").addClass("nosel"); $(this).addClass("sel"); $("#localRace #lclRaceTabCont2").removeClass("noContSelected").addClass("contSelected"); $("#localRace #lclRaceTabContRslt2").removeClass("noContSelected").addClass("contSelected"); $("#localRace #lclRaceTabCont1").removeClass("contSelected").addClass("noContSelected"); $("#localRace #lclRaceTabContRslt1").removeClass("contSelected").addClass("noContSelected"); return false; }); $("#localRace").add("#rZipCode").bind("focusin", function(){ if ($.trim($(this).val()) === "Enter ZIP Code (standard 5-digit)" || $.trim($(this).val()) === "Change My ZIP Code (standard 5-digit)")$(this).attr({"value":""}); else $(this).select(); }).bind("focusout", function(){ var changeTxt = "Enter ZIP Code (standard 5-digit)"; if ($.trim($("#zipCodeTxt").val()) === "Y") { changeTxt = "Change My ZIP Code (standard 5-digit)"; } if ($.trim($(this).val()) === "")$(this).attr({"value":changeTxt}); }); $("#localRace").add("#candidName").bind("focusin", function(){ if ($.trim($(this).val()) === "Enter Candidate Last Name")$(this).attr({"value":""}); else $(this).select(); }).bind("focusout", function(){ if ($.trim($(this).val()) === "")$(this).attr({"value":"Enter Candidate Last Name"}); }); $("#lclRaceTabCont1 .goBtn").click(function () { if($.trim($("#localRace #rZipCode").val()) === "Enter ZIP Code (standard 5-digit)" || $.trim($("#localRace #rZipCode").val()) === "Change My ZIP Code (standard 5-digit)") { var changeTxt = "Enter ZIP Code (standard 5-digit)"; if ($.trim($("#zipCodeTxt").val()) === "Y") { changeTxt = "Change My ZIP Code (standard 5-digit)"; } alert(changeTxt); } else { isNumeric(); } }); $("#lclRaceTabCont2 .goBtn").click(function () { if($.trim($("#localRace #candidName").val()) === "Enter Candidate Last Name") { alert("Please enter the Candidate Last Name"); } else { if(isValidCandidateName()) { raceLookup_candidate($.trim($("#localRace #candidName").val()), "myRaceRslt", "lclRaceTabContRslt2"); $("#localRace #lclRaceTabContRslt2").removeClass("noContSelected").addClass("contSelected"); } } }); $("#lclRaceTabCont1 .raceSrch").keypress(function(event) { if (event.keyCode == "13") { isNumeric(); } }); $("#lclRaceTabCont2 .raceSrch").keypress(function(event) { if (event.keyCode == "13") { if(isValidCandidateName()) { raceLookup_candidate($.trim($("#localRace #candidName").val()), "myRaceRslt", "lclRaceTabContRslt2"); $("#localRace #lclRaceTabContRslt2").removeClass("noContSelected").addClass("contSelected"); } } }); ch_C(); if (typeof ($(".news-info").html()) != "undefined") { if($(".news-info").html() == null || $(".news-info").html() == ""){ $(".candidate-news").hide(); } } if (typeof ($(".viewAllBar").html()) != "undefined") { if($(".viewAllBar").html() == null || $(".viewAllBar").html() == ""){ $(".viewAllBar").hide(); } } });})(jQuery); (function($){ $('').insertBefore($('#bigstory .dlimage'));$('#bigStryHdln').append($('#bigstory .dlcontent h2'));$('#bigStryHdln').append($('#bigstory .dlcontent span.dlbyline'));$('').insertBefore($('#horizontal .dlimage'));$('#horzStryHdln').append($('#horizontal .dlcontent h2'));$('#horzStryHdln').append($('#horizontal .dlcontent span.dlbyline')); })(jQuery);(function($){ // Set up global config options $.facebookSocial({ options: { appId:139302692758347 }}); // Initialize the fb modules$("[name='aol-facebook-like']").facebookSocial(); })(jQuery);

Hot on Politics Daily

AOL News Topics

Quick Links

More Blog/Sites

Sites and Services

Read Full Article »
Comment
Show commentsHide Comments

Related Articles