// <![CDATA[

// Tipue 1.4
// Modified to work with MSIE 6.0 with null "d".
// "tip_Form.d.value.length" must be higher than 0 in comparison.

// ---------- script properties ----------

var results_location = "/results.html";

// ---------- end of script properties ----------

function search_form(tip_Form)
{
	if (tip_Form.d.value.length > 2)
	{
		document.cookie = "d=" + escape(tip_Form.d.value) + "; path=/";
		window.location = results_location;
	} // if
} // search_form

// ]]>
