$(document).ready(function() {
  $("a[href=" + document.location.pathname.replace('/','') + "]").parent().addClass('navitemin');
});
