ANSD: A Form of Hearing Loss
Editorials News | Mar-22-2017
Auditory neuropathy spectrum disorder (ANSD) is a disorder related to nerves that control hearing, the ear and sound. Causes of ANSD are unknown. It poses higher risk of occurrence in babies born prematurely or who have a family history of this condition.
ANSD is a disorder where sound enters the ear normally but doesn’t reach the brain properly or at all. This could be because of damage to the inner row of hair cells or synapses between the inner hair cells and the auditory nerve, or damage to the auditory nerve itself. The brain is unable to understand the sound and differentiate sounds from each other.
Sometimes symptoms of ANSD arise in the initial months and not as newborns. Some of the symptoms to look out for in infants are:
1. Sudden or loud noises do not startle the infant
2. The infant doesn’t turn towards such sounds
3. The baby doesn’t start cooing, babbling or laughing by 8 months
4. The baby isn’t imitating sounds by 12 months
Unfortunately, there is no cure known for ANSD yet. Fortunately, helping children with ANSD develop strong language and communication skills assists them a lot. Sign language helps these children to communicate effectively.
Content: https://kidshealth.org/en/parents/ansd.html?WT.ac=ctg#cateyes
Image: http://www.foxnews.com/health/2013/06/11/avoid-hearing-loss-check-decibels-before-entering-room.html
Related News
-
Nepal's Hydropower Projects
-
Improving Education in Nepal
-
Women's Empowerment in Nepal
-
Nepal's Agricultural Development
-
Advances in Russian Neuroscience: New Hope for Patients
-
Russian Scientists Discover New Gene Therapy Techniques
-
Russia's Biomedical Industry: Growing Innovations
-
History of Indigo Plantation in Colonial India
-
Diwali: Festival Of Lights Not Crackers
-
Impact of Social Media on the Culture
Most popular news
- The Law Of Equivalent Exchange
- Essay On Issues And Challenges Of Rural Development In India
- Srinivasa Ramanujan And His Inventions
- The Youth Is The Hope Of Our Future!
- Poverty In India: Facts, Causes, Effects And Solutions
- Top 20 Outdoor Games In India
- Festivals Of India: Unity In Diversity
- Role Of Women In Society
- The Impact Of Peer Pressure On Students' Academic Performance
- Books As Companion
$(document).ready(function () {
var settime = new Date();
$('#btnCancel').click(function () {
localStorage.setItem("WaterPopUp", settime.getTime());
});
var current = new Date();
var val = localStorage.getItem("WaterPopUp");
if (val == null) {
$('#Waterdaypopupid1').show();
}
else {
var diff = (current.getTime() - val) / 1000;
diff /= (60 * 60);
var difference = Math.abs(Math.round(diff));
if (difference >= 6) {
$('#Waterdaypopupid1').show();
}
else {
$('#Waterdaypopupid1').hide();
}
}
});
//$(document).ready(function () {
//
// var settime = new Date();
// $('#btnCancel').click(function () {
// localStorage.setItem("WaterPopUp", settime.getTime());
// });
// var current = new Date();
// var val = localStorage.getItem("WaterPopUp");
// if (val == null) {
// $('#waterdaypopup').show();
// }
// else {
// var diff = (current.getTime() - val) / 1000;
// diff /= (60 * 60);
// var difference = Math.abs(Math.round(diff));
// if (difference >= 6) {
// $('#waterdaypopup').show();
// }
// else {
// $('#waterdaypopup').hide();
// }
// }
//});
//$(window).load(function () {
// setTimeout(function () {
// $(".worldwaterdaypop,.fade_back").addClass("active");
// }, 10000);
//});
//$(".worldwaterdaypop span,.fade_back").click(function () {
// $(".worldwaterdaypop,.fade_back").removeClass("active");
//});
$(window).load(function () {
setTimeout(function () {
$(".worldwaterdaypop2,.fade_back").addClass("active");
}, 1000);
});
$(".worldwaterdaypop2 span,.fade_back").click(function () {
$(".worldwaterdaypop2,.fade_back").removeClass("active");
});