window.addEvent('load', function() {

	new DatePicker('input.date', { positionOffset: { x: 0, y: 5 }, allowEmpty: true, format: 'Y m d'});
	
});	

