
<!-- //
 function load(form) {
   var url = form.list.options[form.list.selectedIndex].value;
   if (url != "") location.href = url;
   return false;
 }
 // -->
