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
If the purpose of federal government-provided welfare benefits is to lift people above the poverty line, where they would have sufficient income to cover the basic costs of food, clothing and shelter, does it really make sense for the federal government to be even more generous with the taxpayer's money than that?
And yet, in 33 states and the District of Columbia, the federal government is being extremely generous with taxpayer dollars:
The data in the chart above is based upon Michael Tanner and Charles Hughes' recently-published study of the typical government-provided benefits that are available to a typical welfare recipient - a three-person household consisting of one adult and two children, which we've divided by the official federal poverty income threshold for each state.
We've provided an interactive version of the chart below, which will also let you mine down into and visualize the source data for our chart:
Amazingly, welfare benefits can take their recipients well over the 200% of poverty threshold mark in 10 states, mainly concentrated in the northeastern part of the U.S., but also including Hawaii, which tops the charts at over 275%. California falls just shy of that mark at 195%.
Since welfare benefits are not subject to tax, we wonder if this extreme generosity is creating a situation where the people who actually have to be productive to earn the equivalent incomes that welfare recipients enjoy are kicking themselves for being too stupid to exploit the system the same way as their nonproductive peers are led by their communities' organizers.
Rather that see that situation grow into outright hostility, we think the real answer is to treat the recipients of government-provided welfare the same way that people who work for a living are treated by the government, but with just a bit of compassion.
Here's an idea: let's require that the federal, state and local government agencies responsible for dispensing welfare benefits issue 1099 tax forms to welfare recipients documenting the full value of the benefits they received and also to the IRS.
The welfare recipients would then have to report this unearned income on their federal tax returns. Any amount provided in excess of the difference between the federal poverty level that applies in their state and any regular income they may have earned should then be taxed at the same rates that apply for unearned income.
It's one thing to accommodate the basic needs of people who struggle to make ends meet in taking care of their most basic needs, but it's quite another to give welfare recipients benefits whose value far exceeds that level. By making the excess portion of their otherwise "free" income subject to tax as the unearned income it really is, they'll be treated just the same as those in the Top 1%, who also have lots of unearned income, and will share the same burden of taxes.
And just like the Top 1%, they will have the ability to choose how much unearned income they have subject to being taxed above the federal poverty threshold to minimize their tax bill.
It may not be an ideal way of dealing with having government welfare benefits be provided so far in excess of that required to boost individuals and families above the poverty line that applies in their states, but it certainly would be a lot more fair all around than today's situation.
Tanner, Michael and Hughes, Charles. The Work Versus Welfare Trade-Off: 2013. An Analysis of the Total Level of Welfare Benefits by State. Table 4 - Pretax Wage Equivalents Compared to Median Salaries. CATO Institute. [PDF Document]. 19 August 2013.
U.S. Department of Health and Human Services. 2012 HHS Poverty Guidelines. [Online Document]. Federal Register. 26 January 2012.
Labels: 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.