function changeHref(url) {
	window.location.href = url;
}
function submitForm() {
	searchClasses.submit();
}
