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
Welcome to 2014, the year in which the implementation of the so-called Affordable Care Act (aka "Obamacare") will wreak havoc with your ability to obtain affordable health care!
Today, we're going to point you toward an essential resource you'll need to achieve for yourself what the law fails to accomplish for a wide majority of Americans: making health insurance and quality health care more affordable and accessible. That resource is Sean Parnell's The Self-Pay Patient: Affordable Healthcare Choices in the Age of Obamacare, which is now available in both Kindle and paperback formats through Amazon. (Update: The paperback version should be available on or after Wednesday, 8 January 2014!)
In addition to discussing different options for obtaining effective health insurance coverage and avoiding tax penalties, which at this writing, will still negatively affect the millions of Americans for whom President Obama has not yet waived the penalties, Parnell also describes how to get the most for the money you do have to spend on health care services.
That is information that may prove invaluable for you, even if you're one of those who did sign up for a Catastrophic, Bronze or Silver level Affordable Care Act health insurance plan through the Obamacare exchanges, where you will effectively have no meaningful benefit for having health insurance coverage until after you've racked up thousands of dollars of medical bills, or if you simply want to be able to see doctors who have been excluded from your Obamacare insurance's health provider network, or if you ever need medical care at high quality hospitals that have likewise been excluded.
The book is extremely timely. Highly recommended!
We've been covering the Obamacare beat for some time now - the links below will take you to some of our best personal consumer finance analysis of how the Affordable Care Act will affect you.
We ask the question and provide a tool where you can do the math to answer the question for yourself!
You might be surprised to find out that Kathleen Sebelius, the Secretary of the U.S. Department of Health and Human Services, effectively endorsed the idea of ditching buying health insurance in favor of paying Obamacare's small income tax!
We show how crossing certain critical income thresholds can cost you the subsidies that make your Obamacare health insurance coverage affordable - welcome to the welfare trap, middle-class Americans!
We find out what's really happening to the grocer's part-time employees.
We conclude our investigation of the popular grocery store chain's Obamacare-driven change of philosophy with respect to the value of their employees.
We begin the analysis of finding out just how likely it is that a random individual plucked from society might need serious medical treatment.
We help you answer the question that supporters of Obamacare hope you won't ask!
Depending upon what plan you find affordable, there may be very little difference for you in how much you'll actually pay for health care expenses between having health insurance and not having health insurance. We built a tool to help you find out how big the gap in your health care costs can get before you get any real benefit from having health insurance.
We consider the situation where buying health insurance through the Obamacare exchanges might make sense for you.
We sample some of Sean Parnell's listed alternatives for obtaining affordable health insurance coverage!
Labels: health care, insurance, personal finance, review
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.