Dependencies = []

def execute(macro, args):
  return macro.formatter.rawHTML('<div class="progressbg" style="width:100%%"><div class="progress" style="width:%s%%">%s%%</div></div>' % (args,args) )
