if (window.XMLHttpRequest)
	{xhttp=new XMLHttpRequest();}
else // IE 5or6
	{xhttp=new ActiveXObject("Microsoft.XMLHTTP");}

xhttp.open("GET","../feeder/famselprices.xml",false);
xhttp.send("");
xmlDoc=xhttp.responseXML;

document.getElementById("pr0000").innerHTML=xmlDoc.getElementsByTagName("price")[0].childNodes[0].nodeValue;
document.getElementById("pr0001").innerHTML=xmlDoc.getElementsByTagName("price")[1].childNodes[0].nodeValue;
document.getElementById("pr0002").innerHTML=xmlDoc.getElementsByTagName("price")[2].childNodes[0].nodeValue;
document.getElementById("pr0003").innerHTML=xmlDoc.getElementsByTagName("price")[3].childNodes[0].nodeValue;
document.getElementById("pr0004").innerHTML=xmlDoc.getElementsByTagName("price")[4].childNodes[0].nodeValue;
document.getElementById("pr0005").innerHTML=xmlDoc.getElementsByTagName("price")[5].childNodes[0].nodeValue;
document.getElementById("pr0006").innerHTML=xmlDoc.getElementsByTagName("price")[6].childNodes[0].nodeValue;
document.getElementById("pr0007").innerHTML=xmlDoc.getElementsByTagName("price")[7].childNodes[0].nodeValue;
document.getElementById("pr0008").innerHTML=xmlDoc.getElementsByTagName("price")[8].childNodes[0].nodeValue;
document.getElementById("pr0009").innerHTML=xmlDoc.getElementsByTagName("price")[9].childNodes[0].nodeValue;

