function setSearchUrl(){
  
  var url = document.getElementById("zoekValue").value;
  
  window.location = "http://www.safewebshop.eu/nl/zoek-"+url+"/";
  
}
