$("input.datepicker").livequery("focus", function () {
        $(this).datepicker({ duration: 'fast' });
    });

