'*
'* Ephox EditLive! 2.0 JavaScript Library
'* Copyright (c) 1999-2001 Ephox Corp. All rights reserved.
'* This software is provided "AS IS," without a warranty of any kind.
'*
'*  <!-- $$Author: andy $ -->
'*  <!-- $$Date: 2005/03/04 04:44:18 $ -->
'*  <!-- $$Revision: 1.1 $ -->
'*



function GotEditLive()
	on error resume next
	dim oTest
	set oTest = CreateObject("EphoxEditLive4.EditLive")
	GotEditLive = IsObject(oTest)
	set oTest = Nothing
end function