


var item=new Array()

item[0]='<span>"In a brief time, you were able to enlighten and <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;remind us of how significant the <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ability to communicate is."</span>&nbsp;<a href="testimonials/" class="content_links" style="font-size: 10px; color:#A63955; ">View More</a><span id="header_two_credit">— Hans Maier, President, Cerum Dental Laboratories.</span>'
item[1]='<span>"Both the style and content of your &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;presentations left a lasting impression on &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;staff and delegates."</span>&nbsp;<a href="testimonials/" class="content_links" style="font-size: 10px; color:#A63955; ">View More</a><span id="header_two_credit">— Loretta Fritz, Director of Communications, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Saskatchewan Assn of Health Organizations</span>'
item[2]='<span>"The creativity you brought to the &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;presentation content went over extremely &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;well."</span>&nbsp;<a href="testimonials/" class="content_links" style="font-size: 10px; color:#A63955; ">View More</a><span id="header_two_credit">— Lori J. Bondar, Manager,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Planning and Analysis, Alberta Natural Gas Company LTD</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==2) current=0
else current++
setTimeout("changeItem()",5000)
}


