tmpstr = " / / "
vertxt = tmpstr.split("/");  // verse text array
// ===============================================

vertxt[0] = "  ";
// -----------------------------------------------
vertxt[1] = "I am the Lord who heals you. <br>Ex.15:26";
// -----------------------------------------------
vertxt[2] = "I thank my God every time <br>I remember you. <br>Phil. 1:3";
// -----------------------------------------------
vertxt[3] = "I can do all things through Christ ... <br>Phil. 4:13";
// -----------------------------------------------
vertxt[4] = "May His unfailing love be your comfort. <br>Ps. 119:76";
// -----------------------------------------------
vertxt[5] = "Be strong and courageous... <br>God is with you... Deut. 31:6";
// -----------------------------------------------
vertxt[6] = "He gives us the victory <br>through our Lord Jesus Christ. <br>I Cor. 15:57";
// -----------------------------------------------
vertxt[7] = "Sing to the Lord, praise His name. <br>Ps. 96:2";
// -----------------------------------------------
vertxt[8] = "God comforts us in all our troubles ... <br>II Cor. 1:4";
// -----------------------------------------------
vertxt[9] = "The grace of the Lord Jesus Christ <br>be with your spirit. <br>Phil. 4:23";
// -----------------------------------------------



