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
I don't think the Social Security reform opponents who sponsored a recent study by the Congressional Research Service (CRS) were quite prepared for its findings (see the Associated Press report Study: Accounts could cut guaranteed checks).
In a nutshell, the CRS found that if the President's Personal Retirement Account (PRA) option for Social Security were adopted, and included a dollar for dollar offset in guaranteed benefits from the traditional program from income generated by PRAs combined with an actuarial change in how Social Security retirement benefits are calculated (annually adjusting the basic retirement benefit by the amount of inflation in consumer prices rather than the inflation rate in wages), individuals born in 2006 with high lifetime earnings may expect to fully replace the amount that would otherwise have been provided by the traditional program at the time they retire.
Of course, it wasn't necessary to go to the trouble of wasting the American people's tax dollars for this study - readers of Political Calculations(TM) could have seen that trend here first in my detailed review of the Reid/Schumer Social Security calculator, which uses the same assumptions. (You can see the PRA option grow to replace traditional Social Security benefits under the Democrats' math in the "'Bush'" SS Benefits" and "'Bush' PRA Benefits" columns in the table of "Selected Results.")
Presidential spokesman, Trent Duffy, had this to say:
"If they commissioned a study that they now argue shows how personal accounts exceed Social Security, eureka! That's the point."
As it is currently defined (see this 45KB PDF document), the President's proposed Social Security reform plan would allow individuals to direct as much as 4.0% of their annual earned income into a PRA account. A minimum amount of 6.6% of their income would be directed to the portion of Social Security that provides traditional retirement and survivor's benefits. Individuals who decline to invest any of their taxed earnings into a PRA would have an amount equal to 10.6% of their income directed to the Social Security's traditional retirement benefit and survivor's insurance program.
Not included in the amounts listed above is the amount that would continue to be directed to the Disability Insurance program within Social Security, currently fixed at 1.8% of an individual's earned income. All together, the combined percentages add up to 12.4% of an individual's earned income, which is the total amount collected by the Social Security program through individual and employer-matched taxes. A brief overview of Social Security taxes is available for more details.
That only 4.0% of an individual's income regularly invested in a PRA over their entire working career is needed to fully replace the guaranteed amount that would otherwise have been provided by 10.6% of individual income contributed to Social Security under the conditions of the reform opponents' study is truly incredible.
But for truly amazing, you have to look at the unique interpretation of the study's findings being proclaimed by reform opponents. Here are Representative Charles Rangel's (D-NY) remarks:
President Bush says his plan is best for future generations, but this analysis shows how they would be the biggest losers. Our kids and grandkids born now might not have any guaranteed Social Security benefit.
That they would have something better is apparently lost upon Representative Rangel.
Update: Of course, rather than do another study, the opponents of reform could have simply looked at real-life results from a living laboratory. (HT: WILLisms.)
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.