'1' is null or not an object

I am receiving the error on the following page. But only in IE8 and lower.

http://www.thruflow.com/locate-a-dealer/?type=dock-manufacturer

Can anyone see what is going on here? I’m not the greatest javascript debugger and any help would be greatly appreciated.

Thanks

Hi,
luckly I’m on Linux :slight_smile:
but try this
http://www.javascriptlint.com/online_lint.php
usually you can find out your problem.

You have a trailing comma causing the problem.

Classic! Definitely a trailing comma causing the problem. It is now resolved.

Thanks for your help! I appreciate it.