this:RegisterEvent("VARIABLES_LOADED")
this:RegisterEvent("UNIT_DISPLAYPOWER") -- we need this to detect mana users and shifty druids
this:RegisterForDrag("LeftButton")
FiveSec:Initalize()
FiveSecBarFrame_OnEvent(event, arg1)
FiveSecBarFrame_OnUpdate(arg1)
if (TNE_FiveSec_Movable) then
this:StartMoving()
end
this:StopMovingOrSizing()