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
Four years ago, the number of employed Americans peaked at 146,584,000 in November 2007, just ahead of the U.S. economy itself peaking in December 2007, which marked the starting point for the nation's most recent economic recession.
Through November 2011, four years later, the number of employed Americans has fallen to 140,480,000. Just over six million fewer Americans are working today than were four years ago.
Overall, the jobs situation in November 2011 brightened for most Americans from October 2011, especially for those Age 25 and older, whose numbers in the U.S. workforce grew by 405,000 during the month.
Young adults however were on the losing side of the employment picture however, as 145,000 fewer individuals between the ages of 20 and 24 were counted as being employed than were in October 2011. That's disappointing because young adults had been seeing the largest gains in the number of employed in each month since July 2011, at least, until now.
Meanwhile, the employment situation of American teens continued to improve very slowly, as only 18,000 additional individuals between the ages of 16 and 19 were counted as having jobs in November 2011.
Today, the jobs lost by teens account for nearly 1 in 4 of all jobs lost since the United States entered into recession in December 2007. That's remarkable because teens represented just 3.1% of the entire U.S. workforce in November 2011. Four years ago, teens made up just 4.0% of the 6,004,000 member larger U.S. workforce.
Continuing to break down the data, young adults today represent 9.4% of the U.S. workforce, while accounting for 13.1% of the total number of jobs lost in the U.S. economy since November 2007.
Adults Age 25 or older make up the remaining 87.5% of today's U.S. workforce. Through November 2011, these individuals account for 62.0% of all the jobs that have been lost in the last four years.
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.