function hasjs()
{
        var body = document.getElementById('body');
        
        body.className = 'has-js';

        
}
