(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
Forty consecutive adult patients who received a full course of audiologist-delivered cognitive behavior therapy (CBT) for tinnitus and/or hyperacusis completed survey questionnaires in order to provide feedback with regard to their therapy. The results showed that audiologist-delivered CBT is acceptable to patients and is effective in the management of tinnitus and/or hyperacusis from the patients’ perspectives.