var xmlhttp=false;
var xmlhttp1=false;
var xmlhttp2=false;
var xmlhttp3=false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
// JScript gives us Conditional compilation, we can cope with old IE versions.
// and security blocked creation of the objects.
 try {
  xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp = false;
  }
 }
@end @*/
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
	try {
		xmlhttp = new XMLHttpRequest();
	} catch (e) {
		xmlhttp=false;
	}
}
if (!xmlhttp && window.createRequest) {
	try {
		xmlhttp = window.createRequest();
	} catch (e) {
		xmlhttp=false;
	}
}

/*@cc_on @*/
/*@if (@_jscript_version >= 5)
// JScript gives us Conditional compilation, we can cope with old IE versions.
// and security blocked creation of the objects.
 try {
  xmlhttp1 = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp1 = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp1 = false;
  }
 }
@end @*/
if (!xmlhttp1 && typeof XMLHttpRequest!='undefined') {
        try {
                xmlhttp1 = new XMLHttpRequest();
        } catch (e) {
                xmlhttp1=false;
        }
}
if (!xmlhttp1 && window.createRequest) {
        try {
                xmlhttp1 = window.createRequest();
        } catch (e) {
                xmlhttp1=false;
        }
}


/*@cc_on @*/
/*@if (@_jscript_version >= 5)
// JScript gives us Conditional compilation, we can cope with old IE versions.
// and security blocked creation of the objects.
 try {
  xmlhttp2 = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp2 = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp2 = false;
  }
 }
@end @*/
if (!xmlhttp2 && typeof XMLHttpRequest!='undefined') {
        try {
                xmlhttp2 = new XMLHttpRequest();
        } catch (e) {
                xmlhttp2=false;
        }
}
if (!xmlhttp2 && window.createRequest) {
        try {
                xmlhttp2 = window.createRequest();
        } catch (e) {
                xmlhttp2=false;
        }
}


/*@cc_on @*/
/*@if (@_jscript_version >= 5)
// JScript gives us Conditional compilation, we can cope with old IE versions.
// and security blocked creation of the objects.
 try {
  xmlhttp3 = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp3 = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp3 = false;
  }
 }
@end @*/
if (!xmlhttp3 && typeof XMLHttpRequest!='undefined') {
        try {
                xmlhttp3 = new XMLHttpRequest();
        } catch (e) {
                xmlhttp3=false;
        }
}
if (!xmlhttp3 && window.createRequest) {
        try {
                xmlhttp3 = window.createRequest();
        } catch (e) {
                xmlhttp3=false;
        }
}



function xan1() {
	xmlhttp1.open("GET", "house/jonshouseajax.php?var=xantrex1POUT", true);
	xmlhttp1.onreadystatechange=function() {
		if (xmlhttp1.readyState==4) {
			document.getElementById('xantrex1').innerHTML=xmlhttp1.responseText;
		}
	}
	xmlhttp1.send(null);
}

function xan2() {
	xmlhttp2.open("GET", "house/jonshouseajax.php?var=xantrex2POUT", true);
	xmlhttp2.onreadystatechange=function() {
		if (xmlhttp2.readyState==4) {
			document.getElementById('xantrex2').innerHTML=xmlhttp2.responseText;
		}                               
	}                               
	xmlhttp2.send(null);             
}                    

function xan3() {
	xmlhttp3.open("GET", "house/jonshouseajax.php?var=xantrex3POUT", true);
	xmlhttp3.onreadystatechange=function() {
		if (xmlhttp3.readyState==4) {
			document.getElementById('xantrex3').innerHTML=xmlhttp3.responseText;
		}                               
	}                               
	xmlhttp3.send(null);             
}                    


