Problem with jQuery in IE7

I just added a bunch of jQuery effects to a site I’ve been working on http://stamantandsons.com

All the effects work great in Chrome, FireFox, Safari, IE8. However, in IE7 I get a JavaScript error popup right away, then no JavaScript on the site at all executes.

I’m not great with JavaScript so any help you could give would be greatly appreciated. Thank you.

The error exists in your stamant.js file on line 6

buildArrows: false,

Simply remove the comma at the end of that line

Thank you so much. It’s so weird that something so small creates such a big problem!

No problem, thats IE for you