Conflicting Scripts? Trying To OnLoad Two Functions

I have two scripts that may be conflicting; imageFader.js and bannerFader.js. Both are similar and the reason I am using them separately is to use one to control a slideshow area near the top of the page and the other to load a smaller slideshow area within the body of the page. Here is the page in question linked below.

LINK-
http://www.maplewooddevelopmentllc.com/index.041812.html

Can someone take a look at tell me how to get them both to work? Here is a link to a testing page that shows the slideshow area on top working properly.

LINK-
http://www.maplewooddevelopmentllc.com/index.041712.html

I only get errors for the other script.

http://www.maplewooddevelopmentllc.com/undefinedFailed to load resource: the server responded with a status of 404 (Not Found)[/COLOR]
http://www.maplewooddevelopmentllc.com/undefinedFailed to load resource: the server responded with a status of 404 (Not Found)[/COLOR]
bannerFader.js:38Uncaught ReferenceError: Alt is not defined[/COLOR]
http://www.maplewooddevelopmentllc.com/undefinedFailed to load resource: the server responded with a status of 404 (Not Found)[/COLOR]
bannerFader.js:38Uncaught ReferenceError: Alt is not defined

[COLOR=#000000][FONT=Consolas]undefined:1GET http://www.maplewooddevelopmentllc.com/undefined 404 (Not Found)

and the error that ALT is not defined.

you might want to look at the jquery implementation for a slider… that allows multiple sliders on 1 page…

http://4coder.info/en/code/jquery-plugins/ulslide/

[/FONT][/COLOR][/COLOR]

Thanks peanuts. I did not see any documentation on the 4coder.info site that addresses having two slideshows on the same page. Any other resources you know of?