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
The signature achievement of President Obama's four years of office was the passage of the Patient Protection and Affordable Care Act, a.k.a. "ObamaCare". Passed into law in 2010, and initially upheld as constitutional by the Supreme Court in 2012, ObamaCare has had an ongoing negative effect upon the employment situation in the United States since it was crammed through the House of Representatives and the Senate solely by members of the Democratic party.
Unfortunately for Americans, the ObamaCare job killing spree will only continue and get worse. The reason why has to do with a penalty tax that will be imposed upon all U.S. employers with 50 or more employees who currently provide their employees with what would be considered to be an "average" health insurance coverage plan today.
The Manhattan Institute's Diana Furchtgott-Roth explains how that works:
... if an employer offers insurance, but an employee qualifies for subsidies under the new health care exchanges because the insurance premium exceeds 9.5 percent of his income, his employer pays a penalty of $3,000 per worker. This combination of penalties gives a business a powerful incentive to downsize, replace full-time employees with part-timers, and contract out work to other firms or individuals.
The new law will make it harder for small businesses with 50 or more employees to compete with those with fewer than 50 employees.
When the employer mandates are phased in 2014, many businesses will be motivated to reduce the number of locations and move workers from full-time to part-time status. This will reduce employment still further and curtail the country’s economic growth.
Let's get a sense of how many people that might affect. Today, over 90 million Americans, or 75% of all working Americans, are employed by firms that have 50 or more employees. With the average annual cost of employer-provided health insurance premiums for Single coverage set at $5,615, employers will only avoid ObamaCare's employer penalty head tax of $3,000 for their employees who earn more than $59,105 per year.
That's well above the $39,372 that represents the median income earned by Americans employed full-time, year round in 2011.
What that means is that MILLIONS of Americans are going to be affected as ObamaCare adds directly to what it costs for their employers to have them on their payrolls.
And since President Obama hasn't done anything for the thousands of businesses that will be stuck with a higher cost of doing business without the additional revenue to pay for it, that means employers are going to have to consider one of the following options:
One way or another, ObamaCare will negatively affect your job or your health insurance.
Labels: data visualization, health care, insurance
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.