I always blank on these:
<!-- refresh page every 10 mins -->
<meta http-equiv="refresh" content="600">
// PHP variable assignment
$_HTML['head']['refresh'] = '<meta http-equiv="refresh" content="600">';
<!-- redirect page after 3 seconds -->
<meta http-equiv="refresh" content="3;url=http://phosphorusandlime.blogspot.com/">
Now if I can only remember where to find this post.