
(function($){
	$(document).ready(function(){
		$("#n-uid").focus();
	});
})(jQuery);
