jQuery(function($){
	// Add the behavior of the fields
	var inputs = $("form#insert_word_form input[type=text]");
	inputs[0].focus();
});
