(function() {
$(document).ready(function() {
$('label').click(function(e) {
event.stopPropagation();
$($(this).attr('for')).focus();
});
});
})();
