// JavaScript Document

var url = location.pathname.split("/");
function a() {
var change = document.getElementById(url[1]);
change.setAttribute('class','current');

}
	

