Решение:

for(var key in t)
{
    alert(key);
    alert(t[key]);
}