Make a theme function that would create the jQuery Countdown element for you and add the required JavaScript.
echo theme('jquery_countdown', array('since' => $since), $id);
function theme_jquery_countdown($options = array(), $id = 'jquery-countdown') {
// Do stuff
}
Comments
Comment #1
robloachWhee.