function runAlbumSearch(f){
	var q = f.query.value;
	document.location.href = '/search/' + q;
	return false;
}
