jQuery Countdown Plugin Example
<?php
echo '<div class="countdown">December 25. 2009!</div>';
jquery_countdown_add(".countdown", array('until' => 'December 25. 2009', "onExpiry" => "finished"));
drupal_add_js("function finished() { alert('You are done!'); }", 'inline');
?>