runOnLoad(function() {
	$("input#name").select().focus();
});

