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
One by one, in part or in whole, each of the original ten amendments to the United States Constitution are being stripped of any consistent meaning by judges across the U.S.
If there is a common element to the ongoing judicial destruction of the U.S. Bill of Rights, it is that the interests of government and public officials are being placed ahead of those of individuals. The clearest example of this trend toward statism is best seen in the recent Kelo v. City of New London case before the U.S. Supreme Court, which effectively gutted the fifth amendment's takings clause. Here the court found that the city officials of New London, Connecticut could force homeowners off their property through the government's power of eminent domain and then transfer the land to a private developer, all for no higher public use than that of potentially increasing the city's tax revenue. The Supreme Court Justices ruling in favor of the city government in the 5-4 decision include Steven Breyer, Ruth Bader Ginsburg, Anthony Kennedy, David Souter and John Paul Stevens.
Meanwhile, the first amendment's guarantee of the right of freedom of speech was most recently assaulted by a Thurston County Superior Court judge in Washington state just before Independence Day holiday this year. In this case, Judge Chris Wickham ruled that comments by Seattle-based radio talk show hosts related to a state ballot initiative were "in-kind" campaign contributions, and would be subject to reporting under the state's disclosure laws. Bill Virgin of the Seattle Post-Intelligencer reports the potential impact (links added):
The ruling has attracted attention beyond Washington's borders. "It is absolutely stunning in terms of the philosophical and theoretical questions it raises," says Michael Harrison, publisher of the talk-radio trade magazine Talkers; Harrison adds that he's not aware of a similar case elsewhere in the country.
In Harrison's view, if no money changed hands then there's no contribution. "Otherwise you can subject it to taxes, limits on contributions, all kinds of things that get in the way of free speech. To put a value on it is a very dangerous precedent."
More information about Judge Chris Wickham's ruling is available at Brian Maloney's Radio Equalizer blog.
In both these cases, the actions against what had previously been the established constitutional rights of individuals were filed or supported by government officials. In the Washington state decision, the city attorneys from Seattle, Auburn and Kent as well as the politically ambitious San Juan County prosecuting attorney sought the ruling. Each of these government bodies stand to benefit from opposing the "No New Gas Tax" initiative which would repeal recently enacted increases in Washington state's gas tax.
But these local governments are not the only beneficiaries. In reality, many of these officials are closely allied with major developers who also stand to reap the benefits from the largess of the state. In New London, the private developer who will demolish the existing home to build a new office park will gain substantially from the enterprise. Likewise, there are major developers who stand to benefit from the massive construction projects that would be funded through Washington's increased gasoline taxes. It's no accident that the local government officials and major developers stand side-by-side in these matters - many of the local officials gain substantial campaign contributions from their partnership with the developers.
Decisions such as these underscore the importance of the upcoming U.S. Supreme Court appointments. Without judges willing to stand for the rights of individuals against the state in cases such as these, we will be condemned to live under the rule of a predatory plutocracy - a government of, by, and for the interests of an elite government-campaign contributor complex.
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.