
Quotes = new Array(

//1 Nephi

//2 Nephi
"<span class='plag'>I will read you the words of Isaiah.</span>--<a href='../2ne/6.html#4'>2 Nephi 6:4</a>",
"<span class='plag'>And now I, Nephi, write more of the words of Isaiah, for my soul delighteth in his words.</span> -- <a href='../2ne/11.html#2'>2 Nephi 11:2</a>",
"<span class='plag'>My soul delighteth in the words of Isaiah.</span>--<a href='../2ne/25.html#5'>2 Nephi 25:5</a>"

//Jacob

//Enos

//Jarom

//Omni

//Mosiah

//Alma

// Helaman

//3 Nephi

//4 Nephi

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);

