
function quicksearch()
{
	var url = "http://daten.clearingstelle-verkehr.de/perl/search/simple?title=" + document.getElementById("quicksearch").value + "&_order=bytitle";
	document.location.href = url;	
}
