Multiple galleries using slideviewer 1.1?

Multiple galleries using slideviewer 1.1?

Hi all. I'm trying to use slideviewer on my site ( http://www.gcmingati.net/wordpress/wp-c ... lugin.html )

I'm not having any trouble running one instance of the gallery but cannot seem to get two to work! It just says "loading..." (the alt for the loading.gif that I don't have/like), as you'll see.
I'd like to eventually have 4 or 5 on this page but would be content right now with figuring out two.

I've tried a bunch of different things but can't seem to get anything to work. I don't know much about JavaScript, so it could be a rather simple solution.

In any event the link is as follows:
http://www.schechter-industries.com/wor ... pics1.html

I think the problem probably lies here but it beats me:
<script type="text/javascript">
$(window).bind("load", function() {
$("div#number1").slideView({
easeFunc: "easeInOutSine",
easeTime: 500,
toolTip: true
});
$("div#number2").slideView({
easeFunc: "easeInOutSine",
easeTime: 500,
toolTip: true
});
});
</script>


Thanks very much, friends!