[jQuery] jcarousel error in IE7

[jQuery] jcarousel error in IE7


Hi,
I use jcarousel but hv problem in ie7. it works on main page but got
error in another category.
error is
Line 1
Char 2
Code 0
Error syntax error
URL http://url..../category/
Apprear twice, then another error is
Line 36
Char 2
Code 0
Error object expected
URL http://url..../category/
When i look at the line, i think something to do with the script
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
auto: 2,
wrap: 'last',
initCallback: mycarousel_initCallback
});
I got stuck here. can someone help. the jcarousel is very good.
thanks