All pastes #2123264 Raw Edit

Someone

public text v1 · immutable
#2123264 ·published 2012-03-01 17:11 UTC
rendered paste body
<script type="text/javascript">
var reimg
window.onload=function () {
  reimg=document.getElementById('re')
  setInterval(function () {
    reimg.src=reimg.src.replace(/\?.*/,function () {
      return '?'+new Date()
    })
  },5000)
}
</script>