#defaultCountdown { width: 240px; height: 45px; }
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.countdown.js"></script>
<script type="text/javascript">
$('#significantShort2').countdown({until: '+0h +5m +10s', format:
'YOWDHMS', significant: 2});
</script>
</head>
<body>
</body>
</html>