// JavaScript Document
var quotes = new Array();

quotes[0] = "&quot;Nurses and doctor did a great job and made me feel relaxed during the operation and after it was over.&quot;";

quotes[1] = "&quot;My doctor answered my questions, and provided excellent medical and surgical care.&quot;";

quotes[2] = "&quot;The staff that took care of me were excellent and very well trained.&quot;";


function start() {
	document.getElementById("testimonial").style.clear = "both";

	fadeIn();
}

window.onload = start;
