var rootpath = "./";

function gotoHome() {
	window.location.href = rootpath + "home.html";
}
