views:

97

answers:

0

I have placed the following snippet within my tag. When I browse to the site with Internet Explorer IE I get the following syntax error.

I have tried placing within the body top, bottom etc. and I cannot avoid this syntax error. I have also tried putting in an empty page to ensure there wasn't any conflict with other js. I still have the issue.

Any ideas? Thanks

*Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8; Creative AutoUpdate v1.40.01) Timestamp: Sun, 12 Sep 2010 18:05:58 UTC Message: Syntax error Line: 1 Char: 1 Code: 0 URI: https://www.google.com/accounts/ServiceLogin?service=analytics&passive=true&nui=1&continue=https://www.google.com/analytics/reporting/overlay_js?gaso%3DDbr_BSsBAAA.KUXD1OkWS6tpAC6iM0P2zff0vEeW86amhmCzVjRz8vXJMABjL-ahwkghITcd8Jr0_vhrRiknWpHVByQejtvVFq1JIQVwwnJCeLV4Br5SbhWMsUS6gni1-0sYLp1n4keDLTtxeudKMO8UjsRwdbIeu20YhhJNHGcZUb4NKjRzh2XB-Drgu7P-u-0n1TOMTZjbzNGAxDop1BRv_2CGzJACRop9CPE_Tv9LByPMC5NZNMEOozuPS_VSyvHUxE4VJroGE1r6KrbfMFco4LJQNwd1k23S15FbviAjrNyYtunYsr5-AmSJk0Wtk2tCORwnz8aYB6YBxrAwhvCwJE9q_Ggzt0z3neGjnlvH_Nj7HwFptZHR9KZTF3uTmVQlCEnZSnQH.ttHzjn-L7MtZBGAoxl5cOA%2695880283&followup=https://www.google.com/analytics/reporting/overlay_js?gaso%3DDbr_BSsBAAA.KUXD1OkWS6tpAC6iM0P2zff0vEeW86amhmCzVjRz8vXJMABjL-ahwkghITcd8Jr0_vhrRiknWpHVByQejtvVFq1JIQVwwnJCeLV4Br5SbhWMsUS6gni1-0sYLp1n4keDLTtxeudKMO8UjsRwdbIeu20YhhJNHGcZUb4NKjRzh2XB-Drgu7P-u-0n1TOMTZjbzNGAxDop1BRv_2CGzJACRop9CPE_Tv9LByPMC5NZNMEOozuPS_VSyvHUxE4VJroGE1r6KrbfMFco4LJQNwd1k23S15FbviAjrNyYtunYsr5-AmSJk0Wtk2tCORwnz8aYB6YBxrAwhvCwJE9q_Ggzt0z3neGjnlvH_Nj7HwFptZHR9KZTF3uTmVQlCEnZSnQH.ttHzjn-L7MtZBGAoxl5cOA%2695880283*

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); _gaq.push(['_trackPageview']);

(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();