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
Env-Econ's Tim Haab has a problem: his nearly brand new car. Tim explains how a vehicle that was ideal for him and his family has suddenly become much less so, all without any significant change in its physical condition (or his family's!):
July 2008: I trade-in the decrepit family mini-van, complete with enough McDonald's french fries under the seats to make my own Happy Meal, for a new 2008 Saturn Aura. Why Saturn? Because GM finally seemed to get the mid-size family car right. Good fuel efficiency, good quality, nice-looking. That and they were offering employee pricing to Ohio State employees, but mostly the other stuff.
General Motors hasn't officially announced the end of Saturn, but in a restructuring plan submitted to Congress, the automaker said it would concentrate resources on four core brands -- Chevrolet, Cadillac, Buick and GMC.
You'd think as an economist, I might have seen that coming before I bought a Saturn.
You'd be wrong.
So, as we understand it, Tim finds himself on the losing end of GM's woes for several different reasons, including:
To be sure, the Saturn Aura is a solid vehicle with decent fuel mileage and environmental performance. But we must consider the worst-case scenario for Tim. What if he can never dispose of it? Sure, he could dump it into Chesapeake Bay in a misguided attempt to provide much-needed habitat for Maryland blue crabs, but as an environmental economist, he'll likely have calculated the low benefit to cost ratio and will discard those plans. Maybe. Remember, he bought a Saturn.
Instead, we believe we have an ideal solution for Tim. He should continue to drive his car for a few years after the Saturn division is no more. At the end of that time, he should begin scuttling his Saturn Aura to salvage its parts, particularly the engine and transmission components, or really, anything in front of the driver and passenger seats. This way, he can get maximum value for the parts that will become increasingly difficult to replace in the years ahead.
That leaves the question of what to do with the rest of the heap, which at this point would be little more than the back end of the car. Since Tim is a college professor at a university operated as an outreach effort by a major athletic program, we would recommend Tim pimp the remainder of his ride as illustrated below:
The perfect solution for the professor who wants to tailgate in style and get maximum value out of his manufacturer-abandoned vehicle!
Labels: none really
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.