To get more than one of these on a page, certain parts of the call must be unique, otherwise you are just calling the same thing over again and it will try to write to the same place. For example, your second one should be (at least you already have a different id for the division):
Code:
<div id="cdcontainer2"></div>
<script type="text/javascript">
//cdLocalTime("ID_of_DIV_container", "server_mode", LocaltimeoffsetMinutes, "target_date", "opt_debug_mode")
//cdLocalTime.displaycountdown("base_unit", formatfunction_reference)
//Note: "launchdate" should be an arbitrary but unique variable for each instance of a countdown on your page:
var launchdate2=new cdLocalTime("cdcontainer2", "server-php", -180, "August 8, 2008 18:00:00")
launchdate2.displaycountdown("days", formatresults2)
</script>
Bookmarks