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

quotes[0] = "&quot;The OB nurses were the best part of my hospital stay! They took excellent care of me and my unborn baby.&quot;"

quotes[1] = "&quot;A big thank you to the nurses who cared for me - they made me smile even when I got scared.&quot";

quotes[2] = "&quot;The nurses on the OB floor deserve a huge amount of respect. They were all awesome!&quot;";


function start() {
	document.getElementById("testimonial").style.width = "700px";
	fadeIn();
}

window.onload = start;
