def DefaultMSG2(event):
    TopCmds.EXEC_PYSCRIPT(str('MSG("This is Default number 2")'))
def DefaultMSG(event):
    TopCmds.EXEC_PYSCRIPT(str('MSG("This is Default")'))