Need help with my Ret Burst and Freedom macros

Hi

I try to make a Burst macro, and Freeing macro, but when I try to put them in GS they dont work, pls help me!!!

The Macros are:

Sequences['Free'] = {
PreMacro = [[
]],
'/cast Hand of Freedom',
'/cast Emancipate',
PostMacro = [[
]],
}

Sequences['Burst'] = {
PreMacro = [[
]],
'/castsequence reset=20 Execution Sentence,Hammer of Wrath,Final Verdict,Exorcism,Divine Storm,Hammer of Wrath,Final Verdict,Crusader Strike,Divine Storm',
'/cast Avenging Wrath',
'/cast Holy Avenger',
'/use 14',
'/use Draenic Strength Potion',
PostMacro = [[
]],
}

Jimmy