function jurisdiction_switch(sel) 
{
	if (sel[sel.selectedIndex].value != "") 
	{
		window.location=sel[sel.selectedIndex].value;
	}
}
