Having the content refresh automatically would be problematic for some use cases. You could have your pages automatically refresh every few minutes by adding something like this to the page header:
<meta http-equiv=”refresh” content=”5″ >
Though I would give it a greater value than every 5 seconds as that would get annoying. Every 3-5 minutes would probably be a better option.