


var item=new Array()

item[0]='<p>"I have attended several leadership classes. This one by far has been the best I have been to. It focused on a specific skill set that I can apply immediately on a day-to-day basis. Outstanding class!"</p><a href="http://www.influencingoptions.com/testimonials/" class="link_body" title="View Archive" style=" float:right; padding-right:10px;">View Archive</a>'

item[1]='<p>"I have more options now for correcting negative behavior but also praising positive behavior. I would recommend this course to anyone because it applies to every area of your life-professional..."</p><a href="http://www.influencingoptions.com/testimonials/" class="link_body" title="View Archive" style=" float:right; padding-right:10px;">View Archive</a>'

item[2]='<p>"I would highly recommend this course to others. I gained valuable insight and additional tools to enhance my performance as a leader/supervisor. This class helps supervisors..."</p><a href="http://www.influencingoptions.com/testimonials/" class="link_body" title="View Archive" style=" float:right; padding-right:10px;">View Archive</a>'

item[3]='<p>"The class I just attended was one of the most practical and useable classes of my 17-year career. I find I am utilizing the Discrepancy Confrontation, Problem Solving Model..."</p><a href="http://www.influencingoptions.com/testimonials/" class="link_body" title="View Archive" style=" float:right; padding-right:10px;">View Archive</a>'

item[4]='<p>"I attended your Influencing Skills class and it did not take long to recognize the value of the foundation and application of the process. In two separate quagmires..." </p><a href="http://www.influencingoptions.com/testimonials/" class="link_body" title="View Archive" style=" float:right; padding-right:10px;">View Archive</a>'

item[5]='<p>"The Influencing class is powerful! Because I believe in the techniques, I have incorporated them into my daily work. I can\'t thank you enough! It has made me not only a better worker..."</p><a href="http://www.influencingoptions.com/testimonials/" class="link_body" title="View Archive" style=" float:right; padding-right:10px;">View Archive</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==5) current=0
else current++
setTimeout("changeItem()",5000)
}



