var xmlhttp,alerted/*@cc_on @*//*@if (@_jscript_version >= 5)
try{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}catch(E){alert("You must have Microsofts XML parsers available")}} @else window.location='/basic';xmlhttp=false;alerted=true;@end @*/if (!xmlhttp && !alerted) {try {xmlhttp = new XMLHttpRequest();}catch(e){window.location='/basic';}}var cn;function RSchange() {if (xmlhttp.readyState==4){document.getElementById(cn).innerHTML=xmlhttp.responseText;}}function go(p,c){if (xmlhttp){d=document;document.getElementById(c).innerHTML='Loading... Please wait';cn=c;xmlhttp.open("GET",p,true);xmlhttp.onreadystatechange=RSchange;xmlhttp.send(null)}}