function goHome(){
  var url=location.href;
  newUrl="http://talontimes.glenforestlibrary.com/";
  url = url.substring(newUrl.length);
  url = url.replace(/#/,"");
  newUrl+="#"+url;
  window.location=newUrl;
}