function fnFocusFirst() {
	$("input:text:visible:first").focus();
}

aOnReady.push(fnFocusFirst);