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
After stalling out in March 2012, the employment situation for April 2012 in the U.S. faded across the board.
We see that for all the age groups we routinely cover. The number of teens (Age 16-19) recorded as having jobs fell by 14,000 from the level recorded in March 2012 to 4,321,000 in April 2012. Likewise, young adults between the ages of 20 and 24 saw their numbers fall by 42,000 to 13,329,000 in April 2012, while those Age 25 or older saw their numbers in the U.S. civilian workforce decline for the first time since October 2011, falling by 113,000 to 124,215,000.
Compared to November 2007, when the total employment level in the United States peaked just before the peak in economic expansion marking the beginning of recession in the following month, there are 4,730,000 fewer individuals being counted with jobs as of April 2012. There were 141,865,000 people counted as being employed in April 2012.
Of the decline in jobs since November 2007, just over 1 out of 3 of the jobs that have disappeared from the U.S. economy in the time since may be accounted for by individuals between the ages of 16 and 19. Today, these individuals represent 3.0% of the entire U.S. workforce, down from a percentage share of 4.0% in November 2007.
Another 1 out of 7 of the decline in jobs since November 2007 may be accounted for by young adults (Age 20-24). These individuals represent 9.4% of the total U.S. workforce today, which is almost identical to their percentage share of 9.5% in November 2007.
The remainder of the decline in jobs since November 2007 is obviously accounted for by those Age 25 or older, who account for 51.8% of the decline in jobs. Unlike teens and young adults however, the percentage share of these adults in the U.S. civilian labor force has risen to represent 87.6% (just over 7 out of 8) of all working Americans), which is up from 86.5% in November 2007.
The April 2012 jobs report is consistent with what we would describe as a microrecession, which we first forecast for this quarter in June 2011.
By our definition, a microrecession is a period of relatively slow or negative economic growth for a nation that is either relatively minor (say of limited scope, affecting some but not all regions across a country) or is comparatively short in duration.
We continue to anticipate that the U.S. economy will not enter into a full blown recession in 2012, and will rebound in the third and fourth quarters of 2012. We do not anticipate at this time that this expected rebound will extend very far into 2013.
Labels: jobs, recession forecast
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.