$$('.file-link').each(function(item, index){
    path = item.pathname;
    item.setProperty('onClick', "javascript:urchinTracker('"+path+"');");
});

