Well the error is coming from this: There's no reason to have that <img src= there, and the script tag within the script tag doesn't look right either. Do you need that stuff for esearchvision? If so, you might want to check with them about how that tracking script needs to be set up, because it doesn't seem to be properly implemented. Also, you've somehow managed to both publish your JS file and include the JS within the HTML, and you only need to do one or the other. Right now your JS files are completely unused and just wasting extra file size. Personally, I would republish the HTML without the JS embedded and keep separate JS files to keep things cleaner. I don't think that has anything to do with your loading issue but it is something that would be best to fix. You can do that in Publish Settings.
... View more