function getType(type) {
	window.location.href='/category/'+type+'/';
}

function ValidateForm (form) {
	if (!EditRequired (form.keywords, "Please enter a keyword to begin your search.")) return false;
	return true;
}
