﻿Ext.onReady(function ()
{
    document.getElementById('footerLinks').style.wordSpacing = Math.round((960 - Ext.get('footerLinksSpan').getWidth()) / 10) + "px";
});
