<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="AQ_BuffBotFrame" frameStrata="LOW" toplevel="true" parent="UIParent" hidden="true" movable="true">
      <Scripts>
      	<OnLoad>
       		AQ_BuffBot_OnLoad();
        </OnLoad>
        <OnEvent>
      	 	AQ_BuffBot_OnEvent(event);
        </OnEvent>
      </Scripts>
	</Frame>
</Ui>
