
function getHTTPObject()
{
	var xmlhttp;
	
	/*@cc_on
	@if (@_jscript_version >= 5)
	try {
	xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
	} catch (e) {
	try {
	xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
	} catch (E) {
	xmlhttp = false;
	}
	}
	@else
	xmlhttp = false;
	@end @*/
	
	if(!xmlhttp && typeof XMLHttpRequest != 'undefined')
	{
		try
		{
			xmlhttp = new XMLHttpRequest();
		}
		catch(e)
		{
			xmlhttp = false;
		}
	}
	return xmlhttp;
}

function getHTTPObject1()
{
	var xmlhttp1;
	
	/*@cc_on
	@if (@_jscript_version >= 5)
	try {
	xmlhttp1 = new ActiveXObject("Msxml2.XMLHTTP");
	} catch (e) {
	try {
	xmlhttp1 = new ActiveXObject("Microsoft.XMLHTTP");
	} catch (E) {
	xmlhttp1 = false;
	}
	}
	@else
	xmlhttp1 = false;
	@end @*/
	
	if(!xmlhttp1 && typeof XMLHttpRequest != 'undefined')
	{
		try
		{
			xmlhttp1 = new XMLHttpRequest();
		}
		catch(e)
		{
			xmlhttp1 = false;
		}
	}
	return xmlhttp1;
}

function getHTTPObject2()
{
	var xmlhttp2;
	
	/*@cc_on
	@if (@_jscript_version >= 5)
	try {
	xmlhttp2 = new ActiveXObject("Msxml2.XMLHTTP");
	} catch (e) {
	try {
	xmlhttp2 = new ActiveXObject("Microsoft.XMLHTTP");
	} catch (E) {
	xmlhttp2 = false;
	}
	}
	@else
	xmlhttp2 = false;
	@end @*/
	
	if(!xmlhttp2 && typeof XMLHttpRequest != 'undefined')
	{
		try
		{
			xmlhttp2 = new XMLHttpRequest();
		}
		catch(e)
		{
			xmlhttp2 = false;
		}
	}
	return xmlhttp2;
}
