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
There is a lot to not like about the Patient Protection and Affordable Care Act (PPACA, a.k.a. "ObamaCare"), but now that the federal government is spending money allocated by the health care reform law, there's perhaps even more to not like about it!
We're referring to more than $1.789 billion dollars of corporate welfare that was authorized by the law for the purpose of subsidizing the health care expenses of the early retirees whose benefits are paid by corporations, unions and state or local government agencies, who would otherwise have had to continue paying these costs out of their own pockets—just as they did before the law's passage.
Overall, some 1,315 of these entities received cash from the federal government in the first year since the PPACA became law, totaling $1,789,449,634 in all. The pie chart below shows how much the top ten recipients of this new kind of taxpayer-funded corporate welfare received of the total, along with the combined take of the remaining 1,305 recipients.
Combined, the Top Ten recipients of this corporate welfare took 45.6% of the total $1,789,449,634 taxpayer dollars that were doled out, with the United Auto Workers taking the largest chunk by a wide margin, with $206,798,086, or 11.6% of all the taxpayer money that was allocated for the purpose.
Surprisingly, two telecommunication giants AT&T and Verizon took the second and third positions, with 7.8% and 5.1% of the total take respectively.
After that, three state agencies occupied the fourth, fifth and sixth largest positions—the Teacher Retirement System of Texas, the Georgia Department of Community Health and the California Public Employees' Retirement System (CalPERS), the latter frequently in the news recently for corruption scandals and its massively underfunded pension liabilities.
The eighth and ninth ranks are taken up by the State of New York and the Pension Accounting Services Department within the State of New Jersey's Treasury Department.
Corporate basket case General Electric, which has come to rely greatly upon government mandates, special protections, subsidies and bailouts for its revenue, rounds out the Top Ten with an even 2.0% of the total handout.
The remaining 1,305 entities collected the remaining 54.4% of the money paid out by the government to pay for the health benefits of people who chose to retire from their professions early, with the Minnesota Cement Masons taking the least of all the recipients, at 60 dollars.
We know what you're thinking, and no, we really can't make this stuff up!
Labels: health care, politics
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.