Would Norton Internet Security block this http response with javascript in it?

Hi All,

 

I am a developer of a product that uses a client to communicate with our web service on port 80. Our messages get to our server until a specific message is send and a reply received. I noted that the reply has the following response which happens to include some javascript

 

<?xml version="1.0" encoding="UTF-8" ?><plant><response responseCode="612"  gmttime="1294247294" timezoneoffset="-8">No mode change</response></plant><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-4483971-9");pageTracker._trackPageview();} catch(err) {}</script>

 

Would recieving this message trigger Norton Internet Security to block our app sending any more messages?

If so, how can we unblock it?

 

Note that  our application on the PC communicates to our server on port 80.