function foot_links(){
  getXMLData( "/js/special/foot_links.php");
}
function set_foot_links( xmlDocument ){
  document.getElementById("NewKonImp").innerHTML = xmlDocument.getElementsByTagName('NewKonImp')[0].firstChild.nodeValue;
}
