def redprint(msg): print colorize.colorize(msg, "red", bold=True)
def yellowprint(msg): print colorize.colorize(msg, "yellow", bold=True)