hello…
well – most countdown counters are just time-based, so you can easily do that statically in javascript…
but if you want to show donation totals, you’d need to either update it manually or have some sort of external source (text file or db) that has the total that the page can read from and then render the counter automatically.
how would you be updating that count? based on that, i could probably offer up some options…
sitruc