var imagenumber = 4 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/header.jpg"
images[2] = "images/header1.jpg"
images[3] = "images/header2.jpg"
images[4] = "images/header3.jpg"
var image = images[rand1]

var r_text = new Array ();
r_text[0] = "<br>\"We are very pleased with Wendy our nurse practitioner. She is wonderful to both patients and staff. ...\"<p>&raquo; <b>Maureen Allen, RN, DON</b>";
r_text[1] = "<br>\"Excellent work. I had two difficult patients who had healed when others could not. My patients and I...\"<p>&raquo; <b>Dr. John Daly</b>";
r_text[2] = "<br>\"Your staff is a pleasure to work with, very supportive, knowledgeable, and extremely helpful.\"<p>&raquo; <b>Joliet Laborzetta, RN, DON</b>";
r_text[3] = "<br>\"I thought that this wound would never heal. I'm so pleased I met Wendy Smollock. She examined me, ga...\"<p>&raquo; <b>Patricia Lynn Bailey</b>";
r_text[4] = "<br>\"Keep up the great work!\"<p>&raquo; <b>Pamela Alverez, DON</b>";
r_text[5] = "<br>\"Wendy Smollock has proved to be a tremendous asset to us with her expertise, professionalism and tea...\"<p>&raquo; <b>Laurie Mattern, RN, DON</b>";
r_text[6] = "<br>\"I am grateful for the opportunity to partner with other practitioners to make a difference in wound ...\"<p>&raquo; <b>Beverley Wright, RN, MSN, APRN, BC, WCC</b>";
r_text[7] = "<br>\"I enjoy working for the company, Wendy and Paul are always there to answer questions. I really appre...\"<p>&raquo; <b>Beena James Joseph, MS, APRN, BC, WCC</b>";
r_text[8] = "<br>\"I have enjoyed being part of the company's success and I am looking forward to another 20 plus years...\"<p>&raquo; <b>Cindy Andrews</b>";
r_text[9] = "<br>\"I was extremely grateful to find such a wonderful company (WHS). They have given me a wonderful oppo...\"<p>&raquo; <b>Joan Beck</b>";
r_text[10] = "<br>\"Wound Healing Solutions has been instrumental in elevating our Nursing Care and has helped us obtai...\"<p>&raquo; <b>Nelia S. Kennedy, RNC, CDONA/LTC,RAC-CT</b>";
r_text[11] = "<br>\"It is an honor to work with such a dedicated group of individuals that are committed to providing e...\"<p>&raquo; <b>Nancy Amorosi, MS, ARNP, BC, WCC</b>";
r_text[12] = "<br>\"It is an honor to work with this exceptional team of experts. I am pleased to have the opportunity ...\"<p>&raquo; <b>Karen Landau, MS, APRN, BC</b>";
var i = Math.round(12*Math.random());
