var TSO = window.TSO = null;
;(function($){
    /* define YTB */
    var _YTB = $.YTB = $.fn.YTB = {};      
    $.YTB.Footer = $.fn.YTB.Footer = function(tso){ 
        var id = '1'; if (tso) id = tso.BranchKey;
        $.get('./content/footer.aspx', {id: id }, function(data) { $('#ytb_footer').html(data);}, 'html');
    };     
})($);