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
Ethanol consumption in the United States has been rising exponentially for more than a decade. You might think then that U.S. ethanol producers are making money hand over fist. But are they?
At first glance, you would certainly think so, thanks to the especially generous assistance they've received from the U.S. federal government over that time. That assistance has come in the following forms:
Cole Gustafson, a biofuels economist at North Dakota State University, wondered just how profitable U.S. ethanol producers are. In doing that, he generated the following chart which estimates how profitable U.S.-based ethanol producers were throughout the years of 2008 and 2009:
Gustafson concludes that the fuel ethanol production industry is "close to operating breakeven." Note that "close to operating breakeven" really means "nearly or occasionally profitable."
But clearly, it isn't. Not really. After all, it takes the federal government raising the price of the fuel ethanol produced by non-U.S. producers by 54 cents per gallon and a gift from taxpayers to the tune of 45 cents per gallon to get U.S. ethanol producers "close to operating breakeven."
In 2011, that means that U.S. taxpayers will be required to give U.S. ethanol producers some 5.4 billion dollars, or if we assume there are 118 million households in the U.S., roughly $45.76 per household.
As an alternative measure, if we assume the annual burden of federal spending is $31,000 per household, eliminating the $5.4 billion in subsidies for ethanol producers would be the equivalent of freeing 174,193 American households entirely from the burden of the federal government's spending in 2011.
But then, it gets better. Because fuel ethanol could be obtained more cheaply, if the tariff on imported fuel ethanol were also eliminated, a total savings of $6.48 billion or $54.92 per household would be the result for American consumers for the 12 billion gallons of ethanol that the EPA will require to be used in the U.S. in 2011.
Those, of course, are all savings that could then be put toward more productive uses that would only help to enhance the United States' competitiveness in the world, rather than mandating that the nation's valuable resources be mired down in wasteful activities.
Environmental Protection Agency. EPA Finalizes 2011 Renewable Fuel Standards. November 2010. Accessed 24 January 2011.
Doggett, Tom and Abbott, Charles. Senate votes to extend ethanol subsidy for 2011. Reuters. 15 December 2010.
Gustafson, Cole. New Energy Economics: Are Ethanol Producers Making Money Now?. NDSU Agriculture Communication. Accessed 24 January 2011.
Rudolf, John Collins. End Ethanol Subsidies, Senators Say. New York Times' Green Blog. 30 November 2010.
Labels: gas consumption
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.