I have a lot of data stored in associative array.
array = {'key':'value'};
How to loop throught an array like this using an normal for loop and not a loop like here: http://jsfiddle.net/HzLhe/
I don't want to use for-in because of this problems: Mootools when using For(...in Array) problem