Refresh code
//Auto refresh a page\\
Insert the code below into the <head> of your page.
<meta http-equiv="refresh" content="90">
Change 90 to the number of seconds you want to use for the refresh.
<~~~Rewind