Update: Worldpopulation Script v0.5
An updated version of the Worldpopulation script is now available. about 2 weeks ago I noticed that the old script did not work anymore. The problem turned out to be the source website (www.census.gov) which had changed the URL.
I have updated the script to version 0.5, supporting the new URL. This changed:
old: Worldpop=hs.GetURL(“http://www.census.gov”,”/population/international/”,false,80)
new: Worldpop=hs.GetURL(“http://www.census.gov”,”/population/international/data/worldpop/table_population.php”,false,80)
More information and the (counter) scripts can be found on the Counter Page.