Note that this will return your data as a string, so you will have to use
eval() to convert back to numbers.
name - The name of the variable to load.
GameEngine.Saving.save("executionTimes",
eval(GameEngine.Saving.load("executionTimes"))+1);
alert("Executed
"+GameEngine.Saving.load("executionTimes")+" times...");