function zoek()
{
    str = "http://www.sexzoeken.nu/zoeken/" + document.getElementById('zoek').value + ".html";
    str = str.replace(/ /g, "+");
    location.href = str;
}
