_uacct = "UA-152323-12";
urchinTracker();

function downloadcount(linkName){

	istart = linkName.indexOf(location.host);

	if(istart >= 0){
		shortName = linkName.slice(istart+location.host.length, linkName.length);
	}
	else {
		shortName = "ERROR-downloadcount";
	}
	urchinTracker(shortName);
}

