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
Going by age demographics, the October 2013 Employment Situation Report released last Friday revealed the following numbers.
The big story, of course, was the partial federal government shut down that saw 815,932 government workers be furloughed at the beginning of October 2013. Here though, that number was quickly cut nearly in half as the Defense department recalled most of the 400,000 civilian employees it furloughed on 4 October 2013 back to work, as they were employed in essential functions.
Since the household survey is taken during the week that includes the 12th day of the month, the recalled defense workers were counted as having jobs at the time the survey was taken, but as many as 415,932 other federal government employees who were considered to be genuinely nonessential remained furloughed, adding to the measured decline in the number of employed Americans for the month.
Given what we know of the federal government's civilian employees, almost all are Age 25 or older, which explains why such a large reduction was seen in that age group's employment figures, while there was virtually no impact upon the employment situation for teens or for young adults stemming from the partial government shut down.
Overall, there were 4,443,000 U.S. teens, 13,654,000 young adults and 125,471,000 adults counted as being employed during October 2013, for a total of 143,568,000, which was 735,000 below the previous months total of 144,303,000 working Americans.
Don't feel bad about the employment situation of the federal government's nonessential employees. All are receiving back pay for not working during the furlough. We suppose that's one way of saying that the U.S. Congress did not recognize any difference in their work output during that time.
Meanwhile, those federal government employees who filed for and collected unemployment benefits from their states during the furlough are being required to pay the government back, as the extra $300 to $500 payments that many furloughed nonessential federal government workers received while on unemployment is considered to be too excessively generous on top of what for them amounted to be a fully paid two-and-a-half-week vacation. That's on top of their regular accrued vacation paid-time off benefits.
No wonder U.S. federal government employees are more likely to die than leave their jobs for the private sector!
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.