  Name = new Array();
  Verse = new Array(); 
  Name[0] = 'Mathew 5:14';
  Verse [0] = 'You are the light of the world. A city on a hill cannot be hidden.';
  
  Name[1] = 'James 1:5';
  Verse [1] = 'If any of you lacks wisdom, he should ask God, who gives generously to all without finding fault, and it will be given to him.';
  
  Name[2] = 'Psalm 56:3';
  Verse [2] = 'When I am afraid, I will trust in you.';
  
  Name[3] = 'Luke 10:27';
  Verse [3] = 'Love the Lord your God with all your heart and with all your soul and with all your strength and with all your mind and, Love your neighbor as yourself.';
  
  Name[4] = 'Corinthians 13:13';
  Verse [4] = 'And now these three remain: faith, hope, and love. But the greatest of these is love.';
  
  Name[5] = 'Hebrews 11:1';
  Verse [5] = 'Now faith is being sure of what we hope for and certain of what we do not see';
  
  X = Math.round(Math.random()*5);
