/**
 * SETTING CLASS TO BODY IF JS IS SUPPORTED
 *
 * include this script in the <head> of the document
 * all other js goes at the bottom of the <body>
 */
document.documentElement.className += ' js';

