
// ---------- end of script properties ----------


function search_form(jse_Form) {
	if (jse_Form.q.value.length > null) {
		document.cookie = "q=" + escape(jse_Form.q.value);
                //window.location = "http://www.bestrent.com/zoeken/?q="+jse_Form.q.value
	}
}
