
quote_1 = "Will Mancini has brought an indispensable book to the church leaders toolbox &nbsp;&nbsp;&nbsp;- Howard Hendricks";

quote_2 = "Will Mancini's vision for vision is contagious.  Church Unique does not hold back &nbsp;&nbsp;&nbsp;- Ed Stetzer";

quote_3 = "Will Mancini is a savvy navigator and Church Unique is an impressive blueprint for organizational renewal&nbsp;&nbsp;&nbsp;- Alan Hirsch";

quote_4 = "Will Mancini has done us all a great favor in releasing the practical ways he helps church leaders envision their own unique future&nbsp;&nbsp;&nbsp;- Reggie McNeal";

quote_5 = "Will Mancini's love for the local church and skill for facilitating vision makes this a must-read&nbsp;&nbsp;&nbsp;- Lance Witt, former executive pastor, Saddleback Community Church";

quote_6 = "If you don't know the unique purpose of your church, buy this book now!&nbsp;&nbsp;&nbsp;- Jim Tomberlin, former regional pastor, Willow Creek Community Church";










//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////

var randomNum = Math.floor(Math.random()*6);

function quote()
{
    var quotes=new Array(6)
	
     quotes[0]= quote_1;
     quotes[1]= quote_2;
     quotes[2]= quote_3;   
     quotes[3]= quote_4; 
     quotes[4]= quote_5; 
     quotes[5]= quote_6;     
	 
   document.write(quotes[randomNum]);
}



