Donderdag 28 mei-10 km
Donderdag 28 mei- 10 km
$(function() {
$('a[href$=".pdf"]').attr('target', '_blank');
$('a[href$=".PDF"]').attr('target', '_blank');
$('a[href$=".pdf"]').each(function(){this.href = '/download.cfm?location=' + this.href + '&name=' + $(this).parent().text();});
$('a[href$=".PDF"]').each(function(){this.href = '/download.cfm?location=' + this.href + '&name=' + $(this).parent().text();});
});