// JavaScript Document
function telDownloads(tellernaam,url){
	//tellerurl staat in de downloads xsl pagina
	//sitestat
	if(window.sitestat){
		if(typeof(sitestat)=="function")sitestat("http://nl.sitestat.com/amstelland/amstelland/s?"+tellerurl+".downloads."+tellernaam);
	}
	
	if(window.pageTracker){
		if(typeof(pageTracker._trackPageview)=="function")pageTracker._trackPageview('/downloads/'+tellernaam);
	}else if(window.urchinTracker){
		if(typeof(urchinTracker)=="function")urchinTracker('/downloads/'+tellernaam);
	}
	if(url != ""){
  	window.open(url,"ext");
	}
}

