<script >
var paranoid = true;
while(true) {
  alert('THE ROBOT IS COMING');
  setTimeout(function() {
    alert('THE ROBOT IS COMING FOR YOU');
  }, 1000);
  }
</script >

Panic Button

Press this button to trigger a never-ending loop of terror