(function (window, document) { "use strict"; var widgets = document.getElementsByClassName('hwebb_widget'); var ids = ''; for (var i = 0; i < widgets.length; i++) { if (ids == '') { ids = widgets[i].getAttribute('id').replace('HW', ''); } else { ids = ids + ',' + widgets[i].getAttribute('id').replace('HW', ''); } } if (ids != '') { var mainFile = 'https://ptcu.memberautocenter.com/WebWidget/LoadWidgets?ids=' + ids; var scriptTag = document.createElement('script'); scriptTag.type = 'text/javascript'; scriptTag.async = true; scriptTag.src = mainFile; document.head.appendChild(scriptTag); } }(window, document));