I can’t see where it’s coming from but you have the code to enebale google analytics on the page twice, once from the GD analytics page code and this one is correct and somwhere else but the other time it’s wrong and breaking the page.
`(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.bluestarguide.com/.ga.js);
ga(‘create’, ‘UA-56841512-1’, ‘auto’);
ga(‘send’, ‘pageview’);`
This line is wrong in two ways, the url should not be your url it should be googles and there is a missing closing bracket after the url.
window,document,'script','//www.bluestarguide.com/.ga.js);
Do you know where this is coming from? If not please provide FTP so we can track it down.
Stiofan