<!--
  var version = parseInt(navigator.appVersion)
  // replace is supported

  if (version>=4 || window.location.replace)
  setTimeout("window.location.replace('http://www.svenskwebbhotell.se/webb-hotell/')",5000);
  else
    window.location.href = "http://www.svenskwebbhotell.se/webb-hotell/"
// -->
//orginal funkar//
//window.location.replace("http://www.surfthemambo.com") 
