Code:
----------This must go in the "head" section of the page
<script type="text/javascript" src="http://riverdalerobotics.com/styles/clock.js"></script>
-------------this part must go in the CSS
/****************** countdown *****************/
.lcdstyle{
background-color: transparent;
color: #000096;
font: bold 18px "MS Sans Serif";
padding: 3px;
}
.lcdstyle sup{
font-size: 80%
}
------------ this part goes wherever you want the countdown to appear
<!-- Countdown script -->
<div id="countdowncontainer"></div>
<script type="text/javascript">
var futuredate=new cdtime("countdowncontainer")
futuredate.displaycountdown("days", formatresults2)
</script>
here's the code to embed an identical countdown to your site, if you want.
i'll keep the countdown updated with the following dates in PST (gmt -8)
Kickoff,
Ship Date
PNW regional
other events tbd
thanks,
-Z