This question concern the web

How can i make every instance of my page refresh like in
here(after 5 - 10 minutes it refresh itself).
I know how to do it for the current page:

Code:
document.reload
but for every instance, how is it done????

Thanks in advance