
//<[CDATA[
document.observe('dom:loaded', CounterCountdownStart );

function CounterCountdownStart(event)
{
    new PeriodicalExecuter(CounterCountdownUpdate, 1);
}

function CounterCountdownUpdate()
{
    countdown('Counter', 2009, 8, 17, 12, 0, 0);
}

//]]>
