
var item=new Array()
item[0]='&ldquo;I truly consider it a blessing to have met you and your lovely wife, Ann Marie, several years back. At a time when I personally felt all was lost, you were able to show me the light at the end of the tunnel.&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">John O&acute;Rourke</span>'
item[1]='&ldquo;You have demonstrated many times your keen ability to discern, evaluate and analyze complex interpersonal relationships within the family business environment. &rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">George Kapusta</span>'
item[2]='&ldquo;Your kind and comforting manner makes it clear to me, one of the reasons your business success is making people feel special.  That is truly a gift.&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a>'
item[3]='&ldquo;It has been a true blessing having the two of you in our lives.  Thanks for your support, holding me accountable and your love.&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">Mike Marburger<br>Insight Pipe Contracting, L.P.</span>'
item[4]='&ldquo;Your guidance and openness has helped my consulting business get to the next level.  Thanks again&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">David Jakielo</span>'
item[5]='&ldquo;I am always in awe of the way things work out, and it can only be explained as your talents combined with God’s grace&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">Larry Rickert</span>'
item[6]='&ldquo;The Lord has blessed us in so many ways through this journey the past few years and one of the greatest blessings is the two of you&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">Nancy Staible</span>'
item[7]='&ldquo;Fantastic job the last two days, I believe all are willing and want to change.  These are great things you do for others. Thank God we have people in this world like you&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">Tom Dougherty</span>'
item[8]='&ldquo;Thank you for what you have done in our family the lesson/direction and the term “The Kwaiser’s said” come up on a daily basis&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">The Cole Family<br>Colepak, Inc.</span>'
item[9]='&ldquo;…You two are both such special people to know and which to work with…thank you again for all you have done&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a>'
item[10]='&ldquo;It was our pleasure and just plain good fortune that we reached out to Jim and Ann Marie at a critical time for our agency.&rdquo;&nbsp;<a href="/testimonials/index.php" style="color:#DEC899; font-size:12px;" title="Read more testimonials">Read more</a><br><span id="testimonials_name">Lindsey Smith<br>Smith Brothers Agency</span>'

var current=0


var ns6=document.getElementById&&!document.all
function changeItem(){
	if(document.layers){
	document.layer1.document.write(item[current])
	document.layer1.document.close()
	}

	if(ns6)document.getElementById("div1").innerHTML=item[current]
	{
	if(document.all){
	div1.innerHTML=item[current]
	}
}

if (current==10) current=0
else current++
setTimeout("changeItem()",17000)
}


