function cy(P,id){bU(P,document.getElementById(id),null);};function cv(P,g){bU(P,g,null);};function B(P,ax){bU(P,null,ax);};function ae(g,html){g.innerHTML=html;};function bU(P,g,ax){var c=null;var url='feeder.php?'+P;var bL=new Array('Msxml2.XMLHTTP.5.0','Msxml2.XMLHTTP.4.0','Msxml2.XMLHTTP.3.0','Msxml2.XMHTTP','Microsoft.XMLHTTP');if(window.XMLHttpRequest){c=new XMLHttpRequest();}else{for(var i=0;i<bL.length;i++){try{c=new ActiveXObject(bL[i]);}catch(e){c=null;}}}if(c){c.open("GET",url);c.onreadystatechange=function(){if(c.readyState==4&&c.status==200){var G=c.responseText.cA();if(g){ae(g,G);}else if(ax){ax(G);}}};c.send(null);}}
