/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function gotoObjekt() {
  var obj = document.getElementById('objektNr').value;
  document.getElementById('objektForm').action = "http://" + obj + ".ssf-turist.se";
  return true;
}