static WebNode web_secondNode(Web web) { ret web == null ? null : second(web.nodes); }