Quantcast
<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/">

	<Script file="jeff.lua"/>

	<Frame name="JEFFEvent">
		<Scripts>
			<OnLoad>
				JEFF_Load()
			</OnLoad>
			<OnEvent>
				JEFF_Event()
			</OnEvent>
		</Scripts>
	</Frame>
</Ui>