<!--
  myDate = new Date();
  myYear = myDate.getFullYear();
//-->

<!--
function jump(){
    var si = document.frmLink.opLink.selectedIndex;
    var url = document.frmLink.opLink.options[si].value;
    location.href = url;
}
//-->