you never update your current_time property, though I don't actually think you need it judging from the code you've posted.

just replace the first line of code in your contador function with this and see what happens:

game_time = getTimer() - start_time;

by the way, getTimer returns the time in milliseconds, so you might want to format that before you display it