// To add verses, you must add a verse text entry to the array "verseArray" and also add
// a link entry that's valid with BJU's "Linked Word" project.  For example,
// "isa.40.31" works because the link http://www.bju.edu/bible/isa.40.31 takes you to that verse.
var verseArray = new Array (
	"For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. (John 3:16)",
	"But they that wait upon the LORD shall renew their strength; they shall mount up with wings as eagles; they shall run, and not be weary; and they shall walk, and not faint. (Isaiah 40:31)"
);
var verseLinkArray = new Array (
	"john.3.16",
	"isa.40.31"
);