function surfto(form) {
var myindex=form.rubrik.selectedIndex
if (form.rubrik.options[myindex].value != "0") {
location=form.rubrik.options[myindex].value;}
}

