Auto Back and Forward
Here's a script I threw together that might be more annoying than useful. But here it is anyway. This little deal will automatically go back one page after a set number of seconds. I have the script on this page set to 30 seconds. At that point it will automatically go back one page.
You can change the number of seconds by changing where I have 30000 in the script. Remember -- "1000" means one second to JavaScript. Thus "5000" is only five seconds.
If, for some reason, you would like to have the page jump go back two or three or more pages, simply add a minus sign and the number of pages you would like to jump back in the () marks immediatly following "history.back."
To make the page jump forward -- add a plus sign and the number of pages.
Keep in mind that the empty () marks defaults to "one back." If you want to go one forward, you need to add +1.