function zoekenvind()
{
    str = "http://www.gratissexzoeken.nl/zoeken/" + document.getElementById('zoek').value + ".html";
    str = str.replace(/ /g, "+");
    location.href = str;

    return false;
}
