<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/FrameXML/UI.xsd">
    <Script file="ItemHelper.lua"/>

	<Frame name="ItemHelperFrame" frameStrata="LOW" toplevel="true" parent="UIParent" hidden="true" movable="true">
      <Scripts>
      	<OnLoad>
       		ItemHelper_OnLoad();
        </OnLoad>
        <OnEvent>
      	 	ItemHelper_OnEvent(event);
        </OnEvent>
      </Scripts>
	</Frame>
</Ui>
