Your page is looking for the script here:
Code:
http://www.glorylandgospel.com/FP/thumbnailviewer2.js
It's not there. It is here:
Code:
http://www.glorylandgospel.com/thumbnailviewer2.js
So, in the head of your page, change this:
Code:
<script type="text/javascript" src="thumbnailviewer2.js" defer="defer">
/***********************************************
* Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
to:
Code:
<script type="text/javascript" src="/thumbnailviewer2.js" defer="defer">
/***********************************************
* Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
There could still also be other problems.
Bookmarks