var xmlHttp_quxian
function shi_change(n)
{
var url="inc/quxian.php?id="+n;
xmlHttp_quxian=GetxmlHttp_quxianObject_quxian(stateChanged_quxian)
xmlHttp_quxian.open("get", url , true)
xmlHttp_quxian.send(null)
} 
//
function shi_change2(n)
{
var url="inc/quxian.php?id="+n;
xmlHttp_quxian=GetxmlHttp_quxianObject_quxian(stateChanged_quxian2)
xmlHttp_quxian.open("get", url , true)
xmlHttp_quxian.send(null)
} 
//
function stateChanged_quxian2() 
{ 
if (xmlHttp_quxian.readyState==4 || xmlHttp_quxian.readyState=="complete")
{
var str=xmlHttp_quxian.responseText;
str=str.split("fengefu|||");
document.getElementById("quxian_span").innerHTML=str[0];
//alert(str1);
} 


} 
function stateChanged_quxian() 
{ 
if (xmlHttp_quxian.readyState==4 || xmlHttp_quxian.readyState=="complete")
{
var str=xmlHttp_quxian.responseText;

document.getElementById("quxian_span").innerHTML=str;
//alert(str1);
} 
} 

function GetxmlHttp_quxianObject_quxian(handler)
{ 
var objxmlHttp_quxian=null
if (window.ActiveXObject) {
try {
objxmlHttp_quxian = new ActiveXObject("Microsoft.xmlHttp");
}
catch (e1) 
{
objxmlHttp_quxian = new ActiveXObject("Msxml2.xmlHttp");
}
		
objxmlHttp_quxian.onreadystatechange=handler
return objxmlHttp_quxian
}

 else if (window.xmlHttpRequest) {
objxmlHttp_quxian = new xmlHttpRequest();
objxmlHttp_quxian.onload=handler
objxmlHttp_quxian.onerror=handler 
return objxmlHttp_quxian
}

else {	
objxmlHttp_quxian=new XMLHttpRequest();
objxmlHttp_quxian.onload=handler
objxmlHttp_quxian.onerror=handler 
return objxmlHttp_quxian;
	//alert("对不起，请您使用IE浏览器！");
	//return false;
}

//--------------
}


//////////////////////////////
///////////////////////////////////////////






