// JavaScript for www.werder-scheunhornweg.de

// link automatically
function goToURL(url) { 
  location.href = url;
}


