(function($) {
		  
	$(function() {
		
		$("input[name=key_no]").focus();
		
	});
	
})(jQuery);