var item=new Array()

item[0]='<h4>"Frank has more knowledge of the inner working of the Work Comp system than any agent or educator that I know of!"</h4><h5>Shawn Cummings, GreenPoint Insurance Group Inc. </h5><a href="/testimonials/index.php" id="rotating-testimonial-link">View More</a>'
item[1]='<h4>"The WorkComp Advisory Group is one of the "help groups" that come along that a wise agent cannot afford not to be a part of. Frank and Susan are on top of their game and are willing to share what they know..."</h4><h5>Jimmy Swain, James M. Swain & Associates, Inc.</h5><a href="/testimonials/index.php" id="rotating-testimonial-link">View More</a>'
item[2]='<h4>"The open exchange of ideas allows Advisors to question and evaluate currently techniques and strategies in an effort to improve our own skills and those of fellow Advisors. I know of no better resource that the Workers\' Comp Advisory Group..."</h4><p></p><h5>Tom Bone, ISU Group</h5><a href="/testimonials/index.php" id="rotating-testimonial-link">View More</a>'
item[3]='<h4>"Stuart brought a new perspective."</h4><p></p><h5> Paul Woolston, PricewaterhouseCoopers</h5><a href="/testimonials/index.php" id="rotating-testimonial-link">View More</a>'
item[4]='<h4>I would recommend Morgan Cross to any company looking for creative solutions to challenging strategic issues."</h4><p></p><h5> Rick Mills, Alliance Boots</h5><a href="/testimonials/index.php" id="rotating-testimonial-link">View More</a>'
item[5]='<h4>"A class act!"</h4><p></p><h5>Graham Bishop, ?WhatIf! The Innovation Company</h5><a href="/testimonials/index.php" id="rotating-testimonial-link">View More</a>'
item[6]='<h4>"Thank you for providing us with practical and useful approaches that we could implement in real life!"</h4><p></p><h5> Olga Zonova, Avon Cosmetics Inc</h5><a href="/testimonials/index.php" id="rotating-testimonial-link">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==2) current=0
else current++
setTimeout("changeItem()",5000)
}


