jquery countdown

jquery countdown

Hi all, 
I want to do a countdown (for 5 minutes 10 seconds) like http://keith-wood.name/countdown.html . I download jquery and other missing things but it still doesn't work. What is the problem? Any idea?
Kind Regards,

<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
<title>jQuery Countdown</title> 
<style type="text/css"> 
@import "jquery.countdown.css"; 

#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>