$(function() {
	$('#countdown_dashboard').countDown({
		targetDate: {
			'day': 		22,
			'month': 	3,
			'year': 		2012,
			'hour': 		9,
			'min': 		0,
			'sec': 		0
		}
	});
})

function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}



