
var item=new Array()

item[0]='<h4>"For a number of years, we have been working with Marie-Josée on improving our business development efforts through a business retention and expansion program dedicated to our foreign subsidiaries, greatly contributing to the economic development of our region. Her work is always executed very efficiently, with a high level of professionalism and is always appreciated by our clientele."</h4><p></p><h5>Damien Cloutier, CGA<br>Assistant Executive Director<br>LAVAL TECHNOPOLE </h5><a href=../testimonials/index.php>view more 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()",5000)
}


