
// ---------- script properties ----------


//var results_location = "http://www.laparks.org/2007/locator/results.htm";
var results_location = "http://www.laparks.org/locator/results.htm?cx=006827039532201861668%3A9z9d5zwausc&cof=FORID%3A11&";


// ---------- end of script properties ----------
//function delete_cookie(cookie_name)
//{
//  var cookie_date = new Date();  // current date & time
//  cookie_date.setTime(cookie_date.getTime() - 1);
//  document.cookie = cookie_name += "=; expires=" + cookie_date.toGMTString();
//}
//delete_cookie("__utma");
//delete_cookie("__utmb");
//delete_cookie("__utmc");
//delete_cookie("__utmz");

function search_form(searchForm) {
	if (searchForm.d.value.length > 0) {
		//document.cookie = "d=" + escape(searchForm.d.value) + ";path=/";
		window.location = results_location + "q=" + escape(searchForm.d.value) + "&sa=Search#412";
	}
}

