﻿function loadBest(best) 
{
    var output = "";
    for(i in bestCat)
    {
        //alert(bestCat[i]);
        for(j in bestCat[i]) {
            alert(bestCat[i][j]);
        }
    }
}
