Google Analytics - Solution to Object Expected Error

Recently I went through some troubles trying to fix the new Google Analytics code placed into template of my phpbb forum. Google Analytics javascript code was throwing an error in...

Recently I went through some troubles trying to fix the new Google Analytics code placed into template of my phpbb forum. Google Analytics javascript code was throwing an error in the bottom left hand corner of IE (yellow warning triangle) and in the details it gave me an error: Expected '}'. Here is how I've fixed it:

I've replaced original Analytics code from Google:

With this one:

Of course, if you'd do the samething, make sure 'UA-xx-x' in the code above is replaced by your own Google Analytics tracking number. Anyways, this worked for me and it's something to try if you're having the same issues.