Avatar

Every Voice

@campaignmoney / campaignmoney.tumblr.com

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-31034219-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); input[type='submit'].minimal, button.minimal { background: #e3e3e3 !important; border: 1px solid #bbb !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; box-shadow: inset 0 0 1px 1px #f6f6f6 !important; color: #333 !important; font-family: "helvetica neue", helvetica, arial, sans-serif !important; font-size: 12px !important; font-weight: bold !important; line-height: 1 !important; padding: 8px 0 9px !important; text-align: center !important; text-shadow: 0 1px 0 #fff !important; width: 150px !important; } input[type='submit'].minimal:hover, button.minimal:hover { background: #d9d9d9 !important; -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important; -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important; box-shadow: inset 0 0 1px 1px #eaeaea !important; color: #222 !important; cursor: pointer !important; } input[type='submit'].minimal:active, button.minimal:active { background: #d0d0d0 !important; -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; box-shadow: inset 0 0 1px 1px #e3e3e3 !important; color: #000 !important; }
Join our Mailing List
Email Address
Close
var fancyboxLoaded; try { var jqueryLoaded=jQuery; jqueryLoaded=true; //Check if a fancybox plugin is already loaded try{ fancyboxLoaded = $.fancybox } catch(err) { fancyboxLoaded=false; } } catch(err) { jqueryLoaded=false; } var head= document.getElementsByTagName('head')[0]; var script= document.createElement('script'); if (!jqueryLoaded) { script.type= 'text/javascript'; script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'; head.appendChild(script); } if (!fancyboxLoaded) { //Only load the CSS because the asynchronous JS might not load the script in time... //We'll load the script later with jQuery :) var fancystyle= document.createElement('link'); fancystyle.setAttribute("rel", "stylesheet"); fancystyle.setAttribute("type", "text/css"); //TODO: Hey MC guys, you've gotta host this somewhere! fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css"); head.appendChild(fancystyle); } var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = ''; try{ err_style = mc_custom_error_style; } catch(e){ err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;'; } var head= document.getElementsByTagName('head')[0]; var style= document.createElement('style'); style.type= 'text/css'; if (style.styleSheet) { style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}'; } else { style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}')); } head.appendChild(style); $(document).ready( function($) { //Button below the Tumblr Controls //TODO: Hey MC guys, you've gotta host the image linked below somewhere! var newsletter_link = document.createElement('a'); newsletter_link.setAttribute('href', '#mc_embed_signup'); newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup'); newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;'); var newsletter_image = document.createElement('img'); newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png'); newsletter_image.setAttribute('style', 'border:none;'); newsletter_link.appendChild(newsletter_image); //Append Link to body $('body:first').append(newsletter_link); var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}, invalidHandler: function(form, validator) { setTimeout("$.fancybox.resize();", 50); } }; var mce_validator = $("#mc-embedded-subscribe-form").validate(options); options = { url: 'http://public_campaign.us1.list-manage.com/subscribe/post-json?u=d77d4a197583f647063d7317c&id=b1a758974f&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8", beforeSubmit: function(){ $('#mce_tmp_error_msg').remove(); $('.datefield','#mc_embed_signup').each( function(){ var txt = 'filled'; var fields = new Array(); var i = 0; $(':text', this).each( function(){ fields[i] = this; i++; }); $(':hidden', this).each( function(){ if ( fields[0].value=='MM' && fields[1].value=='DD' && fields[2].value=='YYYY' ){ this.value = ''; } else if ( fields[0].value=='' && fields[1].value=='' && fields[2].value=='' ){ this.value = ''; } else { this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value; } }); }); return mce_validator.form(); }, success: mce_success_cb }; $('#mc-embedded-subscribe-form').ajaxForm(options); }); function mce_success_cb(resp){ $('#mce-success-response').hide(); $('#mce-error-response').hide(); if (resp.result=="success"){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(resp.msg); $('#mc-embedded-subscribe-form').each(function(){ this.reset(); }); $('#mc-embedded-subscribe').hide(); $('.mc-field-group').hide(); $('#mc-embedded-lightbox-close').show().focus(); } else { var index = -1; var msg; try { var parts = resp.msg.split(' - ',2); if (parts[1]==undefined){ msg = resp.msg; } else { i = parseInt(parts[0]); if (i.toString() == parts[0]){ index = parts[0]; msg = parts[1]; } else { index = -1; msg = resp.msg; } } } catch(e){ index = -1; msg = resp.msg; } try{ if (index== -1){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } else { err_id = 'mce_tmp_error_msg'; html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+''; var input_id = '#mc_embed_signup'; var f = $(input_id); if (ftypes[index]=='address'){ input_id = '#mce-'+fnames[index]+'-addr1'; f = $(input_id).parent().parent().get(0); } else if (ftypes[index]=='date'){ input_id = '#mce-'+fnames[index]+'-month'; f = $(input_id).parent().parent().get(0); } else { input_id = '#mce-'+fnames[index]; f = $().parent(input_id).get(0); } if (f){ $(f).append(html); $(input_id).focus(); } else { $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } catch(e){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } $.fancybox.resize(); } function initFancybox(){ $("#mc-embedded-tumblr-signup").live('click', function(){ $.fancybox({ 'autoDimensions' : true, 'width' : 'auto', 'height' : 'auto', 'href' : $(this).attr('href'), 'scrolling' : 'no', 'onComplete': function(){ $('#mce-error-response').hide(); $('div.mce_inline_error').hide(); $('#mce-success-response').hide(); $('#mce_tmp_error_msg').remove(); $(':input','#mc-embedded-subscribe-form') .not(':button, :submit, :reset, :hidden') .val('') .removeAttr('checked') .removeAttr('selected'); //focus first input field $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus(); $('#mc-embedded-subscribe').show(); $('.mc-field-group').show(); $('#mc-embedded-lightbox-close').hide(); } }); return false; }); } //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it if (!fancyboxLoaded){ //TODO: Hey MC guys, you've gotta host this somewhere! $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){ initFancybox(); }); } if (fancyboxLoaded) { initFancybox(); } Holding politicians accountable for the work they do on behalf of their campaign donors and working to raise the voices of everyday people in our political process.

First, House Republicans attacked the Office of Congressional Ethics. Then, Senate Republicans tried to ram through Trump’s nominees before they were cleared of conflicts of interest. And now, they’re attacking another ethics office in government. What are they trying to  hide?

President-elect Donald Trump’s charitable foundation has apparently admitted to the IRS that it violated a legal prohibition against “self-dealing,” which bars nonprofit leaders from using their charity’s money to help themselves, their businesses, or their families.

Washington Post, “Trump Foundation apparently admits to violating ban on ‘self-dealing,’ new filing to IRS shows.” November 22, 2016 (via trumpsswamp)

Donald Trump’s new hires should brace themselves for a full immersion in government ethics school. They’re going to need it given the president-elect’s sprawling business empire and his lack of interest in selling off his companies and properties outright.

All Talk and No Action

Donald Trump started his day Thursday with a speech at the American Legion, where he said, "Government access and favors will no longer be for sale." 

As Trump continues to talk about money’s influence in politics, several stories from the same day as that speech show that he’s become a status quo politician when it comes to our broken campaign finance system, while at the same time offering zero policy proposals to fix the problems he criticizes.

  • The Washington Post published a story on Trump seeking and using advice from his big donors.
  • In this story about the state of Trump's campaign, Politico reported that Trump donors are teasing policy influence to secure donations: "Doug Deason, the son of Texas billionaire Darwin Deason, tried to persuade Charles Koch to have a meeting with the nominee. In an interview, Deason recalled telling Koch that he could influence Trump’s policies."
  • The Wall Street Journal reported that his VP, Mike Pence, will attend a fundraiser with a bunch of Washington lobbyists. In February, Trump said of the ads attacking him in the primary: "These are special interests, folks. These are lobbyists. These are people that don’t necessarily love our country."
  • He announced that the former head of Citizens United, of Citizens United v. FEC, would be his deputy campaign manager. Immediately before, David Bossie was leading a Trump-aligned super PAC--the kind of groups he has called “a disaster.” Bossie was recruited for that role by Kellyanne Conway, Trump's current campaign manager.
  • It was revealed that his donation to Florida Attorney General Pam Bondi--timed coincidentally with her investigation into whether she should investigate Trump University--broke IRS rules and he was required to pay a $2,500 penalty.

We’ve sent letters to the Trump campaign suggesting some policies to adopt on this front, but we haven’t heard anything. He could look at Hillary Clinton’s proposal for inspiration too.

Get You A Man Who Can Do Both

Last Wednesday, New Jersey Gov. Chris Christie said this about news stories about the Clinton Foundation and its donors seeking access with Hillary Clinton while she was Secretary of State:

“We must get to the bottom of what looks like a pay-to-play scheme.”

This morning, just six days later, Chris Christie is asking for $5,000 to give donors an “inside look” at the transition process for Donald Trump’s presidential campaign:

Cash for access to the Trump transition effort -- Gov. Chris Christie is hosting an intimate, 40-person “look inside” the transition effort, but it’ll cost you. The price tag: $5,000 per person. The invitation, which went out this week, invites a small number of Republican insiders to the Bernard’s Inn in Bernards, New Jersey, for the Sept. 15 event, which will run from 8:45 a.m. to 10 a.m. “This will be an inside look on the work underway on planning for the transition,” the invitation reads.

Hillary Clinton Pledges to Make Reform a “Top Priority.”

Hillary Clinton (D), during a speech in New Hampshire after being endorsed by Sen. Bernie Sanders on July 12, 2016 (video):

“We won’t get anywhere unless we overhaul our campaign finance system. It is past time to end the stranglehold of wealthy special interests in Washington and get back to government of the people, by the people, and for the people. As president, from my very first days, I will make campaign finance reform a top priority.
"We will do everything we can to overturn Citizens United, and we will require everybody - Democrats, Republicans, independent, whoever - to disclose all of their donors. And while we’re at it, we’re going to create a small donor matching system to make it easy for more Americans to be elected at every level of government. Because just like Bernie, I have met so many impressive people here in New Hampshire and across America with great ideas for our country. I want to see you run for office and win.
"And here’s another radical idea: let’s make it easier to vote, not harder. Let’s fight back against attacks on voting rights across the country, attacks that disproportionately affect low-income voters, people of color, students, the elderly, and women. That means we need to restore the voting rights act, and then keep going. All Americans should be automatically registered to vote on their 18th birthday. Every state should have at least 20 days of in-person voting and none in America should have to wait more than 30 minutes to cast their ballot. So Senator Sanders and I will be working to get unaccountable money out of politics and the voice of everyday Americans back in. Because as Bernie has said, this isn’t a progressive issue, it’s not a conservative issue, it’s an American issue.”

Instead of just being defensive about money in politics, Clinton should go on the offense saying what she’ll do to address the broken system, according to the American Prospect’s Eliza Newlin Carney:

“Another, more successful approach—one that Clinton has largely ignored—would be for her to actually campaign on the political money reform platform that she rolled out in September.”

”Ahead of Tuesday’s primary in Wisconsin, Senator Ted Cruz of Texas is targeting John Kasich with a TV attack ad for the first time, suggesting that Mr. Kasich engaged in cronyism as Ohio’s governor.

“The commercial brings up Mr. Kasich’s lucrative earnings as a board member of Worthington Industries, an Ohio-based steel processor, before saying that the company received hundred of thousands of dollars in tax breaks after Mr. Kasich became governor. The ad also says that the company laid off workers last year, while its chief executive donated $500,000 to an outside group supporting Mr. Kasich.”

We must restore Americans’ faith in the democratic process. We can do that by fighting for a Supreme Court that will overturn Citizens United and get the dark money out of our political system.

Senate Minority Leader Harry Reid (D-Nev.), during a speech at the Center for American Progress (Release).

And throughout his jurisprudence runs a common thread, a dedication to protecting the basic rights of every American, a conviction that in a democracy, powerful voices must not be allowed to drown out the voices of everyday Americans.

President Barack Obama, during his speech announcing federal appeals court judge Merrick Garland as his nominee to replace Justice Antonin Scalia on the Supreme Court, a likely reference to recent money-in-politics decisions. (Time)

We take enormous pride in the fact that we are the world’s oldest continuous democracy, and yet we systematically put up barriers and make it as hard as possible for our citizens to vote. And it is much easier to order pizza or a trip than it is for you to exercise the single most important task in a democracy, and that is for you to select who is going to represent you in government.

President Barack Obama, at SXSW in Austin on Friday, about voting rights. (Transcript).