jQuery Slider issue (IE6)

jQuery Slider issue (IE6)

Hi

I have a problem with a slider I found on the net not working in IE6. This is the code that is failing:

<script type='text/javascript'>
jQuery(function() {
$("#slider").mySlider();
});
</script>

All it says in IE6 is that there is an 'Error: Object doesn't support this property or method'.

Apologies if it doesn't make much sense - learning the ropes on jQuery.

Thanks

Sean