//called from ExternalInterface, airbadge swf: addDownloadCount()
function count_airbadge_click(obj){
	try{
		pageTracker._trackPageview('Adobe AIR/' + obj.clicktype);
	}catch(e){}	
}