@dhansmani adding the language="javascript" has absolutely no bearing on the issue. It is a relic from IE4 and Netscape browsers. All modern browsers understand type="text/javascript" and most of them do not even care if there is no attribute on the script tag if the server sends the correct mime headers. Please do not confuse the asker even more.
@pbunn: The snippet you posted is impossible to judge since it is only executable on your server. My guess is that you should move the jquery script tags to the top or try taking out the supersleight first to see if there is a conflict on the jquery versions