function loadyearbook(){
if (document.f1.region.selectedIndex > 0){
parent.window.location.href="unyearbook.html?name=" + document.f1.region.options[document.f1.region.selectedIndex].value;
}
}
