﻿$(document).ready(function () {
    bottom_nav_item_active_home = 'bottom_nav_item_active_home';
    document.getElementById('newsroom').className = bottom_nav_item_active_home;
});
