//Testimonials
<!--
	var tip = new Array;
	tip[0] = "<br>“This was very amazing! I felt the energy deeply and thoroughly in my hands & my body!”<center><br><br>--E.M., Eugene,OR</center><br>";
	tip[1] = "<br>“I made the connection between my physical pain and what was going on in my life. I now know how to deal with my pain.”<center><br><br>-- D.L., Lincoln City, OR</center><br>";
	

	var rand = Math.round(Math.random() * (tip.length-1));

	document.write("<font size=2>" + tip[rand] + "<\/font>");
	// -->
