//Testimonials
<!--
	var tip = new Array;
	tip[0] = "<center><br>Experience your Loving Essence and Radiate Love in all your relationships.</center><br>";
	

	var rand = Math.round(Math.random() * (tip.length-1));

	document.write("<font size=2>" + tip[rand] + "<\/font>");
	// -->