to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
In 2009, Americans reported nearly $34.9 billion worth of donations to private charities serving the public interest on their federal tax forms, as they claimed the federal government's tax deduction for charitable contributions on their taxes.
Of all these donations, $19.14 billion, or 54.9%, were made by taxpayer households that reported $200,000 or more in annual income.
Needless to say, that's a lot of money that President Barack Obama believes would be better spent by the U.S. government in the form of spending controlled by elected U.S. politicians who would receive political benefits from it, which is why the President has repeatedly proposed cutting or eliminating the charitable contribution tax deduction for Americans who earn high incomes.
The President most recently went after the charitable contribution tax deduction in his original budget proposal for the U.S. government's 2012 fiscal year, which could limit the amount of a tax deduction for high income earners by up to 30%. Using the most recently available tax return data for 2009, the chart below shows the approximate distribution of charitable contributions by annual income along with the estimated impact of the President's ambition
Using 2009 data and assuming that if not for the tax deduction for charitable contributions that Americans earning high incomes would not donate as much money to private charities, we estimate that the potential effect of the President's FY2012 budget proposal would affect up to $1.9 billion of charitable contributions, or 5.4% of the total, for which high income earning Americans would no longer have any income tax-reducing incentive to donate.
We also estimate that if the President's proposed reduction of the tax deduction for charitable giving were extended to include the donations of taxpaying households with incomes above $200,000, the amount of charitable contributions that would be affected would grow to $5.4 billion, or 16.5% of all charitable contributions reported on 2009's tax returns.
Joint Committee on Taxation. JCS-3-10: Estimates of Federal Tax Expenditures for Fiscal Years 2010-2014. Table 3 - Distribution by Income Class of Selected Individual Tax Expenditure Items, at 2009 Rates and 2009 Income Levels. http://www.jct.gov/publications.html?func=download&id=3718&chk=3718&no_html=1. 21 December 2010.
Labels: income distribution, taxes
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.