cabinQtes = new Array;
cabinQtes[0] = "Hearing impairment currently affects some 28.6 million people, or 10 percent of the population. It is the third most common chronic health condition in the United States.";
cabinQtes[1] = "More than a million people under the age of 18 have a permanent hearing loss.";
cabinQtes[2] = "One out of every three adults over 65 has some level of hearing loss.";
cabinQtes[3] = "Only 14 percent of physicians routinely screen for hearing loss during a physical examination. Since most people with hearing impairments hear well in quiet environments like a doctor’s office, it can be virtually impossible for a physician to recognize the extent of someone’s hearing problem.";
cabinQtes[4] = "Hearing loss contributes to social isolation, dementia, depression and can have a profoundly negative impact on many aspects of a person’s health.";
cabinQtes[5] = "Everyone over the age of 30 should have a baseline hearing test as part of a regular preventative-medicine lifestyle.";
cabinQtes[6] = "People over 40 years old should have an annual hearing test, whether or not they believe they’re experiencing a hearing loss.";
cabinQtes[7] = "Individuals with hearing and balance problems should seek evaluation and treatment from a Doctor of Audiology (Au.D.).";
cabinQtes[8] = "Hearing aids are the beginning of successful treatment for hearing loss. Training in their use is needed and follow-up is essential, as retraining is often required to help the brain interpret sounds.";
cabinQtes[9] = "Hearing healthcare is constantly improving thanks to new and improved technologies and specialized care provided by Doctors of Audiology.";
cabinQtes[10] = "There are nearly 400 congenital syndromes that include hearing loss as a significant feature of the condition. ";
cabinQtes[11] = "Hearing loss is the most frequent impairment a baby is born with. Some 24 different abnormal genes have been identified that lead to deafness.";
cabinQtes[12] = "Ear infections are the most common reason for hearing loss in young children. While the loss is usually temporary, it can be detrimental to educational success. ";
cabinQtes[13] = "Teens can suffer hearing loss from illness and trauma, but the most common reason is excessive noise exposure – <u>which is completely preventable.</u> ";
cabinQtes[14] = "Regardless of a person’s age and the reason for their hearing loss, <u>90 percent of people with hearing impairments can benefit from the use of hearing aids</u>.";


phraseCnt = cabinQtes.length;

randomNum = Math.floor ((Math.random() * phraseCnt));
Quotes = cabinQtes[randomNum];

document.write ("<i>&#147;" + Quotes + "</i>&#147;");
