Ezt egy blokkba, és kb ilyesmi a végeredmény:
http://loal.sg.hu/clipp.png
esetleg felé betesz trey vmi anyalarcú részeg mikulást.
(Keith Wood jQuery Countdown - http://keith-wood.name/countdown.html )
Bár nem sok idő maradt :D
<script type="text/javascript" src="http://loal.sg.hu/jquery-latest.pack.js"></script><link rel="stylesheet" href="http://loal.sg.hu/jquery.countdown.css" type="text/css" />
<script type="text/javascript" src="http://loal.sg.hu/jquery.countdown.min.js"></script>
<script type="text/javascript" src="http://loal.sg.hu/jquery.countdown-hu.js"></script>
<script type="text/javascript">
$(function () {
$('#defaultCountdown').countdown({until: new Date(2009,2 - 1, 14, 17, 02,0,0)});
$('#SecOnlyCountdown').countdown({until: new Date(2009,2 - 1, 14, 17, 02,0,0), format: 'S'});
$('#UTCCountdown').countdown({since: new Date(1970,1 - 1, 1, 0, 00,0,0), format: 'S'});
});
</script>
<div style="text-align:center">
<div class="clab"> UTC </div>
<div id="UTCCountdown">
Countdown UTC
</div>
<div class="clab"> HÁTRALÉVŐ MÁSODPERCEK </div>
<div id="SecOnlyCountdown">
Countdown UTC
</div>
<div class="clab"> FULL </div>
<div id="defaultCountdown">
Countdown Time
</div>
</div>