JS slide show stopped working

for some reason my slide show isnt working on two pages where as the other 12 pages it still works.

<script>
	type="text/javascript"
	src="css/scripts/slideshow.js"
</script>

</head><body>	

	<div id="pageWrapper">

	<div id="masthead">
		<img src="css/images/masthead.jpg" alt="properties with style masthead image" />
	</div>
          other page content in here . . .

              </div><!--footer-->
     	 </div><!--content-->
     </div><!--pageWrapper-->
    
    <!-------slideshow starts here------------>
		<script type="text/javascript">
		slideshowLoad('slideshow','css/images/',[
			'ln4579.jpg',
			'ln4524.jpg',
			'ln4532.jpg',
			'ln4553.jpg',
			'ln4556.jpg',
			'ln4540.jpg',
			'ln4581.jpg',
			'ln4604.jpg',
			'ln4590.jpg',
			'ln4599.jpg',
			'ln4534.jpg',
			'ln4573.jpg',
			'ln4582.jpg',
			'ln4531.jpg',
			'ln5555.jpg',
			'ln4528.jpg',
			'ln4585.jpg',
			'ln4612.jpg',
			'ln9999.jpg',
			'ln4587.jpg',
			'ln4600.jpg',
			'ln4577.jpg',
			'ln2222.jpg'
			
	]);
	</script>
       <!---------------eND of slide show-------->
    </body>
 </html>

I can’t fogure it out.

I’ve checked the picture file names, correct folders, I just don’t see it.

Do the pages that work have this same mark-up?

<script>
	type="text/javascript"
	src="css/scripts/slideshow.js"
</script>

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.