<!-- Begin Quote variable and integer parser for the randomness effect...
		numq = 12
		day = new Date()
		z = day.getTime()
		y = (z - (parseInt(z/1000,10) * 1000))/10
		x = parseInt(y/100*numq,10) + 1
		<!--creating an array will allow your to easily edit your quotes
		var q = new Array();
		dateTime = day.getDate();
		q[1] = "<i>It is my joy and privilege to commend the ministry of \"Act in Faith.\"  The depth, creativity and quality of the dramas produced by Act in Faith have had a significant and lasting impact in our congregation.  Gary has been very cooperative in designing skits that dovetail smoothly into the weekend message.  I can't recommend this ministry highly enough.</i><p>Chris Cannon<br>Senior Pastor, King's Harbor Church";
		q[2] = "<i>I appreciate the dynamic way your ministry reaches \"the everyman.\" Christian or not. I am drawn in each time I see a skit. The scripts are written in such a way that leaves room for the Holy Spirit to move. And because of that, I have been moved either to change a pattern in my life or encouraged to go deeper in my walk with the Lord.</i><p>Roxann Harris<br>Redondo Beach";
		q[3] = "<i>I have been touched and inspired by the ministry of Act in Faith. Their ability to use true to life dramatic presentations in order to teach Biblical principles is powerful and unique. It is like watching modern day parables played out before your eyes. They have written and performed powerful, thought provoking pieces that have touched my heart and encouraged me in my walk with the Lord. This ministry uses the marriage of scriptural principles with the power of drama to provide an unforgettable object lesson for any church group.</i><p>Cathy Dreger<br>Director of Women's Ministries<br>King's Harbor Church";
		q[4] = "<i>Act in Faith performed at my youth rally and were a hit... just what I hoped for to make this year's 30 Hour Famine better than the last. Their improvisation team had the kids engaged and laughing the whole time, and their original drama sketch was creative and powerful.  This is a top notch group. Thanks again... God really used you all to touch many lives.</i><p>Evan Chase<br>Co-founder, United 2 Serve";
		q[5] = "<i>Act in Faith are gifted writers and actors, yet it is the Holy Spirit's anointing upon them that reaches the listener.  I have seen an entire audience captivated by their relevant, honest, humorous, and touching portrayals.  Biblical truths of God's love are planted in each listener's heart.  The truth of God's unconditional love brought me to tears.</i><p>David Harris<br>Record/Soundtrack Producer, Worship Leader";
		q[6] = "<i>Every time Act in Faith has performed at our church God has used it in a significant way to communicate God's love and truth.  They never fail to touch our hearts.</i><p>Mike and Susan Prock<br>Rancho Palos Verdes";
		q[7] = "<i>Your presentations are moving, powerful, real and right to the point.</i><p>Gia Fritz<br>Redondo Beach ";
		q[8] = "<i>Act in Faith poignantly and dramatically portrays reality with humor, suspense, and sensitivity that speaks to the heart.</i><p>Doreen Hanna<br>Founder, South Bay Women's Outreach";
		q[9] = "<i>As someone who has been involved with the entertainment industry for 20 years, I find these modern day parables to be excellent, compelling, disarming, challenging and refreshing. The players are professionals (wonderful at their craft) who have given themselves over to a message that has changed their lives and will no doubt change those that hear it through these uniquely powerful presentations.</i><p>Loren Johnson<br>Recording Artist/Producer, Worship Leader";
		q[10] = "<i>It is my joy and privilege to commend the ministry of \"Act in Faith.\"  The depth, creativity and quality of the dramas produced by Act in Faith have had a significant and lasting impact in our congregation.  Gary has been very cooperative in designing skits that dovetail smoothly into the weekend message.  I can't recommend this ministry highly enough.</i><p>Chris Cannon<br>Senior Pastor, King's Harbor Church";
		q[11] = "<i>I appreciate the dynamic way your ministry reaches \"the everyman.\" Christian or not. I am drawn in each time I see a skit. The scripts are written in such a way that leaves room for the Holy Spirit to move. And because of that, I have been moved either to change a pattern in my life or encouraged to go deeper in my walk with the Lord.</i><p>Roxann Harris<br>Redondo Beach";
		q[12] = "<i>Act in Faith are gifted writers and actors, yet it is the Holy Spirit's anointing upon them that reaches the listener.  I have seen an entire audience captivated by their relevant, honest, humorous, and touching portrayals.  Biblical truths of God's love are planted in each listener's heart.  The truth of God's unconditional love brought me to tears.</i><p>David Harris<br>Record/Soundtrack Producer, Worship Leader";
		
		<!--the if statements read the time and works with the randomness maker and outputs the quote.
		if (x == (1))
		quote=(q[1])
		if (x == (2))
		quote=(q[2])
		if (x == (3))
		quote=(q[3])
		if (x == (4))
		quote=(q[4])
		if (x == (5))
		quote=(q[5])
		if (x == (6))
		quote=(q[6])
		if (x == (7))
		quote=(q[7])
		if (x == (8))
		quote=(q[8])
		if (x == (9))
		quote=(q[9])
		if (x == (10))
		quote=(q[10])
		if (x == (11))
		quote=(q[11])
		if (x == (12))
		quote=(q[12])
		
		
		function writeQ() { 
		document.write(quote);
		}
<!-- End Quoting Script by Eddie -->