
(function($) {
    $(document).ready(function() {
        
        $("#content .front .block .title").vAlign();
        
        /*
        $('#content .front .block .title').children('h3').load(function()
        {
            console.log('load');
            if ($('#content .front .block .title').length)
            {
                var pHeight = $('#content .front .block .title').parent().innerHeight();
                var eHeight = $('#content .front .block .title').children('h3').outerHeight();

                $('#content .front .block .title').children('h3').css('margin-top', Math.floor((pHeight - eHeight) / 2));
            }
        });
        */
        
        
    }) // document
})(jQuery)
