var USER_AGENT=navigator.userAgent;if(Prototype.Browser.IE){new Ajax.Request(location.protocol+"//"+location.hostname+"/helper/ua.ashx",{method:"GET",asynchronous:false,onSuccess:function(a){USER_AGENT=a.responseText}})};