<Ui xmlns="http://www.blizzard.com/wow/ui/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
 			
	<Frame name="Healium" parent="UIParent" hidden="true"> 	
		<Scripts>
			<OnLoad>Healium_OnLoad(self)</OnLoad>
			<OnEvent function="Healium_OnEvent"/>
		</Scripts>
	</Frame>	
	
</Ui>