function TP_filter(tag){
	zf = document.filter.zf.options[document.filter.zf.selectedIndex].value;
	loc = document.filter.loc.options[document.filter.loc.selectedIndex].value;
	window.location.href = "tagesprogramm.php?tag=" + tag + "&zf=" + zf + "&loc=" + loc;
}

