


var item=new Array()

item[0]= '<h4 style=text-align:left;>“Bates Communications continues to have a profound impact...Our executives are far better communicators than ever before.” </h4><h5 style=text-align:right;>Matt Davis,Corp. Dir. of Exec. Communications,The Dow Chem.Co.</h5><a href=testimonials/index.php style=font-size:10px;  color:#b20f13; text-align:right; >View All Testimonials</a>'
item[1]= '<h4 style=text-align:left;>“With the improvement our leaders have experienced…I\’m eager to use Bates with the rest of our development plans.” </h4><h5 style=text-align:right;>Patty Pierce, Director of HR,<br>VF Outdoor, Inc.</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right; >View All Testimonials</a>'
item[2]= '<h4 style=text-align:left;>“Bates Communications was invaluable in helping us shape our message so we could attract funding, partners, and customers.” </h4><h5 style=text-align:right;>Peter Savas, CEO,<br>Alseres Pharmaceuticals, Inc.</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[3]= '<h4 style=text-align:left;>“Bates Communications is highly credible and skilled at dealing with officer level employees.” </h4><h5 style=text-align:right;>Richard Arsenault, Sr. Learning Consultant,<br>John Hancock Financial Services</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[4]= '<h4 style=text-align:left;>“Through our work with Bates Communications we became much more effective at leading and communicating to support business growth.”</h4><h5 style=text-align:right;>Jeff Neufeld,former Exec.,GE, Fidelity</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[5]= '<h4 style=text-align:left;>"The boot camp was just right in scope, fast paced and very valuable in helping me focus on improving my public speaking abilities." </h4><h5 style=text-align:right;>Jim Bourdon,CEO,<br>Accounting Management Solutions</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[6]= '<h4 style=text-align:left;>“Bates provided intensive, one-to-one coaching on real-life, critical issues that I was facing at that very moment.”  </h4><h5 style=text-align:right;>SVP, Major Financial Services Co.</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[7]= '<h4 style=text-align:left;>“I unequivocally recommend Bates if you want to develop executive presence and enhance your ability to lead, communicate, and make a dramatic impact.” </h4><h5 style=text-align:right;>Penny Darcey,Fmr. Sr.M.D.,SSGA</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[8]= '<h4 style=text-align:left;>“The return on my firm’s investment in this coaching has exceeded expectations.”  </h4><h5 style=text-align:right;>Brian Gorin,Managing Principal, Analysis Group</h5><a href=testimonials/index.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[9]= '<h4 style=text-align:left;>"Coaching helped me develop a polished professional presence.  I\'ve become a better communicator while presenting, during meetings, and in written communication. The skills I developed will make a great impact on my career."</h5><h5 style=text-align:right;margin-top:5px;>Nicole DeVita, VP of Perf. Mgmt., Partners Community Health Care</h5><a href=testimonials/index.php style=font-size:10px; color:#000000; text-align:right;>View More</a>'


 	
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==8) current=0
else current++
setTimeout("changeItem()",5000)
}


