function countAdClick(id){loadXMLDoc('http://www.iq-board.de/ads/click.php?a='+id)}function countAdView(id){loadXMLDoc('http://www.iq-board.de/ads/view.php?a='+id)}function loadXMLDoc(url){req=false;if(window.XMLHttpRequest){try{req=new XMLHttpRequest()}catch(e){req=false}}else if(window.ActiveXObject){try{req=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{req=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){req=false}}}if(req){req.open("GET",url,true);req.send(null)}}