// JavaScript Document
function telDownloads(tellernaam){


    tellernaam = escape(tellernaam);

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

