the page updates to the next product page after about 15 seconds.
SH
Does that small flash file in the center control the page flipping?
SH
Here is the code he is using to do it:
< META HTTP-EQUIV="Refresh" CONTENT="30;URL=dunlop.htm" >
Remove the space before META and after .htm"
What it's doing is telling your browser to load the page, wait 30 seconds, then load dunlop.htm page. You can tell it to do this with as many pages as you want.