<!--
  var version = parseInt('2.1')
  // replace is supported

  if (version>=4 || window.location.replace)
  setTimeout("window.location.replace('http://heh.pl')",9000);
  else
    window.location.href = "/"
// -->
