function reload() {
  window.location = window.location;
}

function init(i) {
  if (setTimeout) setTimeout('reload()', 1000*i);
}

