﻿B2B.Pages.HomePage =
{
    init: function () {
        //init the header
        B2B.Controls.Header.init();
    }
};


jQuery(document).ready(function () {
    B2B.Pages.HomePage.init();
});
