// Gesamte Entry-Page als Clickfläche

function load_page(){
  window.location="homepage.html"
}
