$(function()
{
    if (menus != '')
    {
        $('ul.category-list li a').each(function(i) { $(this).text(menus[i]); });
    }
});

