Looking at the source of one of your sub pages, for example: http://inlandnwgravel.myloonlake.com/contact-us/ , the problem is the reference to fadeslideshow.js. It's broken. You can fix that by changing the reference to the .js file to an absolute reference:
Code:
<script type="text/javascript" src="http://inlandnwgravel.myloonlake.com/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
Bookmarks