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
Two months ago, we remarked that 1 out of 5 jobs held by teens had disappeared from the U.S. economy since teen employment levels last peaked in June 2006. As of August 2009, nearly 1 out of 4 jobs held by teens have now vanished from the U.S. economy since that peak.
But that's not the only grim milestone for teens these days. Since the current recession began in December 2007, over one million teen jobs have been eliminated, as 1,078,000 fewer teens are now employed as compared to when the level of total employment in the U.S. last peaked in November 2007. Of the total 7,016,000 jobs that have been lost during the recession, teen jobs represent 15.4% of the total, or roughly 1 out of every 6.5 lost jobs.
As a percentage of the entire U.S. workforce, those Age 16-19 have gone from 4.33% in June 2006, when total teen employment last peaked to 3.43% in August 2009. Teens are therefore now nearly 4.5 times more likely to have been impacted by job loss during the recession than their percentage within the workforce would suggest.
Since teen jobs peaked in June 2006 at 6,244,000, the employment figures for August 2009 reveal that 1,461,000 teen jobs have been lost. Of those, 46,000 were lost between June 2006 and the end of that year. The remaining 1.415 million teen jobs have been lost since January 2007, when the U.S. House first passed legislation for increasing the U.S. federal minimum wage. The last increase in the U.S. minimum wage mandated by that legislation took effect during the last week of July 2009.
Hypothetically, with this last minimum wage increase now behind them, teens might soon see their numbers within the U.S. workforce begin to increase, provided no further minimum wage increases are mandated by the federal government anytime soon.
Labels: jobs, minimum wage
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.