// JavaScript Document

var r_text = new Array ();
r_text[0] = "Dr. Nguyen revamped my smile with veneers, and I can't stop looking in the mirror.";
r_text[1] = "My friends and family love my new look.";
r_text[2] = "Dr. Nguyen was kind and gentle. My daughter actually looks forward to going to the dental office.";

var i = Math.floor(3*Math.random())

document.write(r_text[i]);