function setHome() { 
  document.body.style.behavior='url(#default#homepage)';
  document.body.setHomePage(window.location.href);
}
