
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "<span class='testimonialsTEXT'>Through a hands-on training approach, the Amsterdam Memorial team gained a better understanding of the system and payer rejection messages. Once we began using Visum, we noticed our claims moved through the system smoothly and quickly.</span><p align=right class='testimonialsBY'>Heidi Kietzmann<br />billing coordinator<br />Amsterdam Memorial Hospital<br>Amsterdam, NY</p>"
text[number++] = "<span class='testimonialsTEXT'>Claims are adjudicated in a matter of days, not months. We give a tremendous amount of credit to GHN.</span><p align='right' class='testimonialsBY'>Doris Booker, business office manager <br />Outpatient Services East<br />Birmingham, AL</p>"
text[number++] = "<span class='testimonialsTEXT'>GHN has provided us with a total revenue cycle management package. GHN's knowledgeable staff successfully meets our needs, and questions are answered promptly and efficiently. </span><p align='right' class='testimonialsBY'>Stephanie Tolbert, billing coordinator<br>Tallahassee Single Day Surgery Center, FL</p>"
text[number++] = "<span class='testimonialsTEXT'>We no longer faced the disruptions that were plaguing us. We now have the attention-to-detail we’ve always needed and we know exactly where our claims are through the entire revenue cycle.</span><p align='right' class='testimonialsBY'>Beverly Snead<br>business office manager<br>Williamson Surgery Center<br>Franklin, TN</p>"
text[number++] = "<span class='testimonialsTEXT'>The training was wonderful. When a problem arose, our account manager got the problem resolved quickly. GHN-Online provides a high level of customer service, which is very rare in today's business world.</span><p align='right' class='testimonialsBY'>Lori Beckey<br>Business Manager<br>Littleton Day Surgery Center</p>"
text[number++] = "<span class='testimonialsTEXT'>Why wasn't GHN recommended a long time ago, especially after we realized that GHN-Online is the gold standard in the ASC market.</span><p align='right' class='testimonialsBY'>Eric Scott<br>business manager<br>Sunrise ASC<br>Arizona</p>"
text[number++] = "<span class='testimonialsTEXT'>Our center's heightened productivity results and successes interacting with Visum once again validated the value we have in our partnership with GHN to facilitate the claims to cash process.</span><p align='right' class='testimonialsBY'>Debra Jones<br>billing manager<br>Parkridge Surgery Center<br>Columbia, SC</p>"
text[number++] = "<span class='testimonialsTEXT'>GHN has given us insider knowledge on how to effectively streamline our processes and quickly reach total claim adjudication. We know exactly where our claims are through the entire revenue cycle.</span><p align='right' class='testimonialsBY'>Collene Torres<br>business manager<br>Coastal Eye Surgery Center<br>Ellsworth, ME</p>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);
