function tmlSubmit(){
	tmVal = document.getElementById("person").value;	
	locn = "content.php?pg=testimonials&person=" + tmVal;
	window.location=locn;
};
