Well, here is where in the script it switches automatically to the next page:
Code:
window.location=targetdestination
if you wish to enter an actual page name here, it must be in quotes:
Code:
window.location='home.html'
But, it is probably best to leave that part alone and use the configuration near the top of the script (from the demo):
Code:
var targetdestination="http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm"
Which, in your case (if I have understood you correctly) should read:
Code:
var targetdestination="home.html"
Bookmarks