var LoadContentService={};LoadContentService.xmlhttp=null;LoadContentService.baseUrl="/WebServices/LoadContentService.aspx?control=";LoadContentService.loadXMLDoc=function(a){LoadContentService.xmlhttp=null;if(LoadContentService.xmlhttp==null)if(window.XMLHttpRequest)LoadContentService.xmlhttp=new XMLHttpRequest;else if(window.ActiveXObject)LoadContentService.xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");if(LoadContentService.xmlhttp!=null){LoadContentService.xmlhttp.onreadystatechange=LoadContentService.state_Change;LoadContentService.xmlhttp.open("GET",a,true);LoadContentService.xmlhttp.send(null)}else alert("Your browser does not support XMLHTTP.")};LoadContentService.state_Change=function(){if(!window.LoadContentService.xmlhttp){log("got to state_Change() with LoadContentService.xmlhttp undefined");return}if(LoadContentService.xmlhttp.readyState==4)if(LoadContentService.xmlhttp.status==200)try{if(LoadContentService.xmlhttp&&LoadContentService.xmlhttp.responseText&&LoadContentService.xmlhttp.responseText!=""){var b=LoadContentService.xmlhttp.responseText,a=b.indexOf("|");if(a<0)return;var c=b.substr(0,a),d=b.substr(a+1);if(document.getElementById(c))document.getElementById(c).innerHTML=d}}catch(e){}else alert("Pushing a new build.  Chill a second, then hit OK.")};LoadContentService.Load=function(c,d,b){var a=this.baseUrl+c+"&target="+d;if(b)a=a+"&"+b;this.loadXMLDoc(a)};LoadContentService.LoadOpinionBlock=function(a){this.Load("OpinionBlock","divContent","opinionID="+a)};LoadContentService.LoadPointLocationBlock=function(a){this.Load("PointLocationBlock","divContent","showTitle=1&pointID="+a)}