if(window.$ == null)
{
	window.$ = function(id)
	{
		return document.getElementById(id);
	}
}

function resetSearchForm()
{
	$("keywords").value = "";
	$("city").selectedIndex = 0;
	$("state").selectedIndex = 0;
}
