<!-- JavaScript

var url = "http://www.rudolfsteinerzorg.nl";
function done() {              
window.location.replace(url);
}
done();
//-->

