Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
And you need to close the external script tag (from your source code):
Code:
<script src="../thumbnailviewer.js" type="text/javascript">
<script type="text/JavaScript">
<!--
function MM_swapImg . . .
should be:
Code:
<script src="../thumbnailviewer.js" type="text/javascript">
/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/JavaScript">
<!--
function MM_swapImg . . .
Bookmarks