﻿// JScript File

 function zoeken ()
{
    parent.location = 'search.aspx?s='+ document.getElementById('txtZoeken').value;
}

