The variable is local, and since it's inside the chunk of the function, it won't work outside the chunk of the function. Make it a global variable for this to work.