There could also be other problems but:
accessotronik.com/bgcarousel.js
is a 404 Not Found.
Oh yeah, there is another problem here (missing comma - added in red):
Code:
<script type="text/javascript">
var firstbgcarousel=new bgCarousel({
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel
imagearray: [
['http://www.accessotronik.com/v/vspfiles/slideshow/solderstation2.jpg', ''],
['http://www.accessotronik.com/v/vspfiles/slideshow/ATRIX.jpg', ''],
['http://www.accessotronik.com/v/vspfiles/slideshow/bwcases.jpg', ''],
['http://www.accessotronik.com/v/vspfiles/slideshow/dymo2.jpg', ''] //<--no trailing comma after very last image element!
],
linkarray: [
'http://www.accessotronik.com/Soldering_Rework_System_s/292.htm',
'https://www.accessotronik.com/Atrix_promo_s/1187.htm',
'http://www.accessotronik.com/B_W_International_s/810.htm',
'http://www.accessotronik.com/Articles.asp?ID=259'
],
displaymode: {type:'auto', pause:3000, cycles:2, stoponclick:false, pauseonmouseover:true},
navbuttons: ['http://www.accessotronik.com/v/vspfiles/slideshow/left.gif', 'http://www.accessotronik.com/v/vspfiles/slideshow/right.gif', 'http://www.accessotronik.com/v/vspfiles/slideshow/up.gif', 'http://www.accessotronik.com/v/vspfiles/slideshow/down.gif'], // path to nav images
activeslideclass: 'selectedslide', // CSS class that gets added to currently shown DIV slide
orientation: 'h', //Valid values: "h" or "v"
persist: true, //remember last viewed slide and recall within same session?
slideduration: 500 //transition duration (milliseconds)
})
</script>
And there still could be yet other problems.
Bookmarks