//Testimonials
<!--
	var tip = new Array;
	tip[0] = "<br>“Sharon & Gary have taught with so much love and care, that my life experience and purpose is unfolding in an amazingly exquisite perfect way. I am truly blessed!”<center><br><br>--M.S., Redway, CA</center><br>";
	tip[1] = "<br>“I appreciate what the healing process did for me and the changes it made for each of us in the group!”<center><br><br>-- A.D., Cloverdale, OR., Clinical Psychologist</center><br>";
	

	var rand = Math.round(Math.random() * (tip.length-1));

	document.write("<font size=2>" + tip[rand] + "<\/font>");
	// -->