<!--
function gocity()
{
if(document.form0.select.options[document.form0.select.selectedIndex].value != "noll")
URL=document.form0.select.options[document.form0.select.selectedIndex].value;
document.location = URL + ".htm";

}
//-->
