function Page2_onPageLoaded() {
TextBox_setText("TextBox_Result", "Result: " + getCustomProperty("number") + "        Tries:" + getCustomProperty("tries") + "");

}

