
var item=new Array()
item[0]='&ldquo;Frankly, I think that our success has had as much to do with the staffs confidence in you and your leadership as with the content of the program. Your rapport was almost instant - It made all the difference&rdquo;&nbsp;<br><br><span id="testimonials_name">Bill Bertera, Executive Director American Public Works Association</span>'
item[1]='&ldquo;On behalf of the entire Management Team of AWG, thank you for your very professional and entertaining approach to a very important subject matter&rdquo;&nbsp;<br><br><span id="testimonials_name">Frank Tricamo, Vice President Associated Wholesale Grocers</span>'
item[2]='&ldquo;Enclosed is a summary of the program evaluations for your sessions, and a summary for the pre-conference program. As usual, you were the top-rated speaker! That doesnt surprise me!&rdquo;&nbsp;<br><br><span id="testimonials_name">Gloria Wall, Program Chair Missouri Human Resource Conference</span>'
item[3]='&ldquo;The best presenters combine humor with a solid message, and Cal LeMon does just that. His insightful, motivational presentation at our Managers Forum was the high point of our day&rdquo;&nbsp;<br><br><span id="testimonials_name">Larry Pfhaust, Corporate Communications Director American Century Investments</span>'
item[4]='&ldquo;Your presentations were customized beautifully to TBS issues, and the comments I have received from my staff confirmed my decision to have you help us&rdquo;&nbsp;<br><br><span id="testimonials_name">Matt Appel, President Tenneco Business Services</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==4) current=0
else current++
setTimeout("changeItem()",9000)
}


