


var item=new Array()

item[0]= '<h4 style="color:#595A58;"><font color="#595A58"><b>Business Alignment Strategies</b> partners with clients to optimize their business results by aligning people, programs, and processes with organizational goals.</h4></font><a href="client-results/">learn more</a>'
item[1]= '<h4 style="color:#595A58;"><font color="#595A58">"Pat Lynch is an expert in helping employers maximize productivity.one of the very few people who can bring others together and create win-win-win situations..I trust her implicitly."</font></h4><h5 style="margin-top:-10px;"><b>Dr. Alan Weiss</b><br>President<br>Summit Consulting Group, Inc.<br></b><a href="testimonials/">View Video Testimonials</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==1) current=0
else current++
setTimeout("changeItem()",7000)
}


