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.
Please note: This script is being offered in simple text format. When you click to Grab the Script, the text should display. Internet Explorer and AOL users may get a blank page or the script may run and produce the effect. If this happens, choose SAVE AS from the FILE menu and save the blank or compiled page.