Remove it entirely:
Code:
var launchdate=new cdLocalTime("cdcontainer", "server-php", 0, "December 21, 2012 06:12:00")
launchdate.displaycountdown("days", formatresults2)
In an unrelated matter, this from the demo page and copied onto the page you link to is a typo:
Code:
<style style="text/css">
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:lime;
font: bold 18px MS Sans Serif;
padding: 3px;
}
.lcdstyle sup{ /*Example C . . .
That highlighted part should be:
Code:
<style type="text/css">
Bookmarks