/* Test */
$(document).ready(function() {
    if (SSNContext.User.Host) {
        $('html').addClass('ssnTest');
    }
});