function getPage() {
	theurl = window.location.href;
	thepath = theurl.lastIndexOf("/");
	return(theurl.substring(0,thepath+1));
}
links = getPage();
