Get rid of this:
Code:
<body onload="ImageBook()">
Only one body allowed per page and it's already open.
In the conveyor script get rid of this:
Code:
window.onload=fillup
Now at the real body tag here:
Code:
. . . ry, Australian Artillery, Australian Artillery History, Guns, Gun History, Artillery, Gunners, Artillery Memorial Walk" />
<meta name="Description" content="Royal Australian Artillery Historical Company - preserving Australia's artillery heritage" />
</head>
<body>
<table width="998" border="0" ali . . .
Make it like so:
Code:
<body onload="fillup(); ImageBook();">
Bookmarks