function showTestimonials(physicianId, locationId, format) { fetch('https://reviews.rater8.com/webwidget/api/testimonials/' + physicianId + '?format=' + format) .then(function (response) { response.text() .then(function (snippet) { var div = document.getElementById(locationId); document.getElementById(locationId).innerHTML = snippet; var arr = div.getElementsByTagName('script'); for (var n = 0; n showTestimonials('b977063e-96f3-4569-abdb-ffe43fcbe807', 'rater8Testimonials', 'htmlComments')