jQuery.jstorage.js error in ie6 when 'Binary and script behaviors' is disabled

jQuery.jstorage.js error in ie6 when 'Binary and script behaviors' is disabled

My client uses IE6 with 'Binary and script behaviors' disabled. This option is not configurable as it is set as part of the security settings in their domain.
 
An application using jQuery.jstorage fails on line 194:
 
_storage_elm.load("jStorage"); (the Load method does not exist)
 
is there a fix or work arround for this issue?
 
Regards,
      Sean Worlock.