/* */

$(document).ready(function() {
    if (SSNContext.Section.IsIntranet)
        $('#Pagemaster').addClass('intranet');
});
