(function($) {
    $(function() {
	$('input').eq(0).focus();
    });
})(jQuery);

