// form handler

function formHandler(){
	var URL = document.quick.links.options[document.quick.links.selectedIndex].value;
	window.location.href = URL;
}