function vbbComments(f,d,c,b){sFullUrl='';sFullUrl='http://www.netzwelt.de/xml/vbb.comments.php?';sFullUrl=sFullUrl+'type='+f;sFullUrl=sFullUrl+'&id='+d;sFullUrl=sFullUrl+'&count='+c;sFullUrl=sFullUrl+'&showfirstpost='+b;try{oReqC=new XMLHttpRequest()}catch(a){try{oReqC=new ActiveXObject('Microsoft.XMLHTTP')}catch(a){oReqC=false}}if(oReqC){lRand=Math.round(Math.random()*100);sFullUrl=sFullUrl+'&rand='+lRand;oReqC.onreadystatechange=processComments;oReqC.open('GET',sFullUrl,true);oReqC.send(null)}}function processComments(){if(oReqC.readyState==4){if(oReqC.status==200){$('comments').innerHTML=oReqC.responseText}}};
