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 lack of adequate sanitation facilities in many of the poorest parts of the world is one of the factors that can hold back sustained economic development in these economically distressed regions. Simply put, the close proximity of people and the personal waste products they generate can create health hazards and crises that limit their potential to advance much above the lowest levels of what those in the developed world would call "abject poverty."
But separating people from the personal byproducts of their existence isn't as easy as setting up a permanent or a portable john and opening the doors for business. People who have never previously used such facilities have to significantly change how they interact with their environment. Instead of going anywhere at anytime, for instance, they must instead go out of their way to use a sanitary facility. And if they do choose to go out of their way, they must often wait a substantial amount of time in line for all the others who came before them given the shortage of such facilities. That's a cost in time that many are unwilling to pay. Especially when they can just keep going about their business the way they have always done and continue going anywhere at anytime.
Worse, for public restrooms that are erected in the third world, one suspects that they soon develop the reputation of being the same kind of exceptionally undesirable places to go do one's business that they are even in the most modern of cities, especially when you consider that this kind of medical advice is given for using such places!
So how can public health officials change the mindset of the impoverished to make it worth their while to use a sanitary facility?
Bappa Majumdar reports on one solution that's being put into play in southern India - pay people to use the public restrooms!:
It pays to use a toilet in southern India, as residents are earning close to a dollar a month by using public urinals, a scheme launched by authorities to promote hygiene and research in rural areas.
Dozens of people are queuing up to use toilets in Musiri, a remote town in Tamil Nadu state, where authorities have succeeded in keeping street corners clean with the new scheme, The Times of India newspaper said on Sunday.
"In fact, many of us started using toilets for urination only after the ecosan (ecological sanitation) toilets were constructed in the area," said S. Rajasekaran, a truck cleaner.
The power of positive incentives is truly underestimated in the world!
Labels: economics
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.