jQuery Datepicker not working in IE6

jQuery Datepicker not working in IE6

I am using jquery 1.4.2 and jquery-ui-1.8rc3.custom.min.js
 
I am using jQuery UI Datepicker using the following code.
 
dob is text box
  1. <input type="text" name="dob" id="dob" value="03/12/1981"/>

date picker is used by follwoing code snnipet

  1. $('#dob').datepicker({dateFormat: 'dd/mm/yy',showOn: 'both', showStatus: true
,maxDate: new Date()});      This is working fine in Eclipse integrated browser but not working in IE6. while selecting any Date in IE it is not populating the dob text box.