// JavaScript Document
$(function(){
	
	$('div#klok').countdown({
		to: new Date(2010, 01, 15)				
	});
	
	
});