// JavaScript Document
$(function(){
var path = location.pathname;
$("#navigatie li a[@href$="+path+"]").parent().attr("id","current");
});