// JavaScript Document

function goToAnchor() {
location.href = "#index";
}

