var results_location = "http://www.avektis.com/iskalnik/results.html";
function search_form(jse_Form) {
	if (jse_Form.d.value.length > 0) {
		document.cookie = "d=" + escape(jse_Form.d.value) + "; path=/iskalnik/";
		window.location = results_location;
	}
}
