Can anyHere my code:
<script language="javascript" type="text/javascript">
jQuery(document).ready(function() {
$('#countdown_dashboard').countDown({
targetDate: {
'day': 17,
'month': 9,
'year': 2010,
'hour': 1,
'min': 0,
'sec': 0
}
});
});
</script>