/**
 * @author Cale
 */
Event.add(window, "load", function () {
	Dom.get("txtUserID").focus();
})
