function changePage(page) {
  
    location.href = "/"+page; 

}
