function call()
{
loadContentFooter()
}
////////////////////////////////////////Footer
var xmlHttpObjectFooter=false;if(typeof XMLHttpRequest!='undefined'){xmlHttpObjectFooter=new XMLHttpRequest();}if(!xmlHttpObjectFooter){try{xmlHttpObjectFooter=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{xmlHttpObjectFooter=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){xmlHttpObjectFooter=null;}}}function loadContentFooter()

{xmlHttpObjectFooter.open('get','/ads/affiliwelt/load_affiliwelt_net.html');

xmlHttpObjectFooter.onreadystatechange=handleContentFooter;xmlHttpObjectFooter.send(null);return false;}function handleContentFooter(){if(xmlHttpObjectFooter.readyState==4)
{document.getElementById('myContentFooter').innerHTML=xmlHttpObjectFooter.responseText;}}


