function flier(){
  obj = document.test.linkselect;
    href = obj.options[index].value;
    location.href = href;

}
