(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?
Resting state functional MRI is being used to determine the neural mechanisms of tinnitus and also test for the effect of interventions on the brain of patients with tinnitus. Here in a preliminary study, we show that findings from this tool are replicable and reliable in patients with tinnitus.