Index: watir.rb
===================================================================
--- watir.rb	(revision 947)
+++ watir.rb	(working copy)
@@ -1,7 +1,7 @@
 =begin
   license
   ---------------------------------------------------------------------------
-  Copyright (c) 2004-2005, Paul Rogers and Bret Pettichord
+  Copyright (c) 2004-2006, Paul Rogers and Bret Pettichord
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without
@@ -138,10 +138,13 @@
 # Use our modified win32ole library
 $LOAD_PATH.unshift File.join(File.dirname(__FILE__), 'watir', 'win32ole')
 
-require 'win32ole'
+begin
+  require 'win32ole' 
+rescue LoadError
+end
 require 'logger'
-require 'watir/winClicker'
-require 'watir/WindowHelper'
+# require 'watir/winClicker'
+# require 'watir/WindowHelper'
 require 'watir/exceptions'
 require 'container'
 
@@ -261,6 +264,7 @@
         end
     end
 
+=begin
     # This class is the main Internet Explorer Controller
     # An instance of this must be created to access Internet Explorer.
     class IE
@@ -1242,6 +1246,7 @@
         end
                 
     end # class IE
+=end
     
     #
     # Angrez: Added class for Mozilla
@@ -1525,4 +1530,4 @@
     "temp = Array.new(#{array.inspect}); #{name}.clear; temp.each {|element| #{name} << element}"
 end        
 
-require 'watir/camel_case'
+#require 'watir/camel_case'
