// JavaScript Document
function gotobiography(listobject)
{
	if (listobject.options[listobject.selectedIndex].value != ".")
	{
		location = listobject.options[listobject.selectedIndex].value;
	}
}