//Testimonials
<!--
	var tip = new Array;
	tip[0] = "<br>“I haven’t been able to quiet my mind and with Gary’s guided meditations I have been able to meditate much longer and with a sense of deep peace!’ ”<center><br><br>--Teresa B., Seattle, WA</center><br>";
	tip[1] = "<br>“Gary is a clear, bright, loving channel gifted in leading you into deep and rich inner realms sure to enhance your wellbeing and inner peace. If you are new to meditation or wish to deepen your practice you will undoubtedly benefit from this class.”<center><br><br>-- Niseema, Portland, OR</center><br>";
	

	var rand = Math.round(Math.random() * (tip.length-1));

	document.write("<font size=2>" + tip[rand] + "<\/font>");
	// -->