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
This may begin to change as early as later this morning, but considering that U.S. FICA payroll taxes were increased by 2% at the beginning of 2013, thereby reducing most working Americans take-home pay by a similar percentage of their income, we would have expected to see the effect show up in higher levels of new jobless claims. Our chart below shows where they officially stand through the week ending 16 February 2013, which really describes the job layoff picture that existed in the U.S. some two to three weeks earlier, between 26 January and 2 February:
Essentially, outside all the explainable volatility that has characterized the period since 22 September 2012, the current trend remains flat, which suggests several possibilities that might account for the so-far curious lack of reaction to the negative impact of higher payroll taxes:
As for whether or not the 2% of income hike in payroll taxes is having a negative effect on the U.S. economy, it definitely would seem to be taking a toll:
Wal-Mart Stores Inc. on Thursday joined a parade of retailers, restaurants and consumer-goods companies worried about the economic impact of the recently restored federal payroll tax that has left Americans with less money to spend.
The world's largest retailer, Burger King Worldwide Inc., Kraft Foods Group Inc. and others are lowering forecasts and adjusting sales and marketing strategies, expecting consumers with smaller paychecks to dine out less and trade down to less expensive purchases.
The expiration of the payroll tax cuts that knocked 2% off consumers' take-home pay is having an impact, these companies say. It will ding a household with $65,000 in annual income $1,300 this year, and shift $110 billion overall out of consumers' hands, estimates Citigroup.
The average U.S. household in 2012 had an annual income of $69,667, which would see its take-home pay reduced by just shy of $1,400. Meanwhile, the the median U.S. household had an annual income of $50,054, so its take home pay will be reduced by just over $1,000 thanks to President Obama's desire to increase the payroll tax rate on wage and salary income.
Interestingly, the same article provides some evidence of our fourth option, which suggests that employers have become better able to cope with Americans having less money to spend:
Now, Wal-Mart is stocking more of its shelves with cheaper products, and smaller-size packages of diapers, toilet paper and snacks. Burger King is cutting its Whopper Jr. sandwich to $1.29 from about $2, and focusing advertising on its value menu items rather than higher-price salads or smoothies.
Kraft and meat supplier Tyson Foods Inc. are introducing more lower-priced products to help restaurants and supermarkets adapt to the consumer spending downshift.
These companies say the changes could be long-lasting and are revamping operations to better cater to consumers pinched by higher taxes, stagnant wage growth and rising gasoline prices, which jumped nearly 50 cents a gallon in the past month alone.
No matter what, that these major retailers, restaurants and suppliers have these strategies ready to go so quickly just doesn't speak well to their expectations for the nation's economic situation in 2013.
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.