// Add Prototype based, non-intrusive onload calls here
Event.observe(window,'load',function(){
    $$('input.date').each(function(el) {
        new DGN.DateInput(el);
    });
});
