function loadXMLFile(inUrl) {
	var url = inUrl;
	new Ajax.Request(url, { method: "post", onComplete: displayData });
}
