super.onCreate(savedInstanceState);
setContentView(R.layout.lland);
mLand = (LLand) findViewById(R.id.world);
mLand.setScoreField((TextView) findViewById(R.id.score));
mLand.setSplash(findViewById(R.id.welcome));
//Log.v(LLand.TAG, "focus: " + mLand.requestFocus());