<!--
function Go(parts){
        if (parts.options[parts.selectedIndex].value!="")
         location=parts.options[parts.selectedIndex].value;
        }
//-->
<!--
		myDate=new Date(document.lastModified);
		y=myDate.getFullYear();
		m=myDate.getMonth()+1;
		d=myDate.getDate();
//-->


