function goodbadsites() 
{
	var list=document.getElementById("mylist");

	location.href=(list.options[list.selectedIndex].value);
}

function distance()
{
	var list=document.getElementById("search");

	location.href=(list.options[list.selectedIndex].value);
}
