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
Unlike last month, there were no bright spots in the household survey portion of the July 2012 employment situation report. Unless, that is, you consider that teens, the most marginal of workers in the U.S., not only held onto the 140,000 jobs they gained in June 2012, they added 18,000 more to their total within the employed ranks of the U.S. work force in July 2012, bringing their overall numbers to 4,546,000, or 3.2% of the entire working population of the United States.
Meanwhile, the U.S. economy shed some 216,000 jobs for individuals Age 25 or older, lowering their numbers in the workforce to 124,310,000 (or 87.2% of all employed Americans), while the number of employed young adults between the ages of 20 and 24 was essentially flat during the month, rising by just 3,000, bringing their total numbers up to 13,364,000 (9.4%).
That's a strange result when you think about it, because it suggests that for some reason, U.S. employers are favoring relatively uneducated, unskilled and inexperienced teens over their more educated, skilled, experienced and older peers in the U.S. work force.
We believe we can trace the reason why that's the case back to 5 January 2012, when President Obama announced the "Summer Jobs+" initiative, promising to put 250,000 additional teens to work during the summer of 2012, later increasing that number to 300,000 on 2 May 2012.
According to the White House's press release at the time, at least 90,000 of those jobs would be paying jobs.
Going by that measure, with the government's official statistics indicating that only 158,000 new jobs for teens were added during the months of June and July, President Obama's teen summer jobs program would appear to have fallen about 47% short of his stated goal of providing 300,000 new jobs for teens in the summer of 2012, despite having lined up commitments to hire U.S. teens from over 150 companies, organizations and government agencies, according to the U.S. Department of Labor web site for the program.
We believe that the combination of the lackluster performance of President Obama's teen summer jobs program and the falling number of working adults in the U.S. economy during the past month indicates that the U.S. economy is actually performing considerably worse than than the official employment situation report for July 2012 would seem to indicate. If not for the effect of the private sector partners hiring of teens as part of the President's 2012 summer jobs program, propping up the number of employed teens, we would likely have seen the official unemployment rate in the U.S. rise higher than the 8.3% that was recorded for July 2012.
Labels: jobs
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.